Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Email Notification of web content through .net

Email Notification of web content through .net

Scheduled Pinned Locked Moved ASP.NET
csharp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    M_Jaiswal
    wrote on last edited by
    #1

    Hi! I need to build a notification tool which sends the email right at the moment when a service portal gets new incident. For this I need to pick up email content from service portal, which can be static data as 'label data' or can be input data as 'text entered' or 'option selected' etc. I'm willing to build this solution in .net C#. Please suggest me a convinient method through which I can get the email content. Many Thanks in advance!!

    J 1 Reply Last reply
    0
    • M M_Jaiswal

      Hi! I need to build a notification tool which sends the email right at the moment when a service portal gets new incident. For this I need to pick up email content from service portal, which can be static data as 'label data' or can be input data as 'text entered' or 'option selected' etc. I'm willing to build this solution in .net C#. Please suggest me a convinient method through which I can get the email content. Many Thanks in advance!!

      J Offline
      J Offline
      jkirkerx
      wrote on last edited by
      #2

      Well you should write some code first to grab the data you want. Then write some code to send the email, passing the data you gathered to the email message body. And keep refining the code till your satisfied with it. Speaking for myself, I have no clue what you want to send in your email.

      A 1 Reply Last reply
      0
      • J jkirkerx

        Well you should write some code first to grab the data you want. Then write some code to send the email, passing the data you gathered to the email message body. And keep refining the code till your satisfied with it. Speaking for myself, I have no clue what you want to send in your email.

        A Offline
        A Offline
        Atish K Singh
        wrote on last edited by
        #3

        If the data is coming in a table say "Table1", then create a trigger on the table to get the data and create the message and put the data in table "Table2". Build a Windows Service which monitors the "Table2" row with some status (say open). Take data and send the email and update the status of the row (say Close or sent). Otherwise Please provide some more clarity on your question exactly what do you want to do?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups