C# Web-App: Automatic Send Email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dotNetDummi
    New Member
    • Nov 2007
    • 9

    C# Web-App: Automatic Send Email

    I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically.

    May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler.
    Is that what I need? If so, how can I link to my app?
    Otherwise, what are the methods that are available?

    I'm new to C# and asp.net, please help.
    Thanks.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by dotNetDummi
    I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically.

    May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler.
    Is that what I need? If so, how can I link to my app?
    Otherwise, what are the methods that are available?

    I'm new to C# and asp.net, please help.
    Thanks.

    It's probably easiest to program a windows service that does this for you as you have already suggested.
    Do you know how to send an email?

    -Frinny

    Comment

    • dotNetDummi
      New Member
      • Nov 2007
      • 9

      #3
      Originally posted by Frinavale
      It's probably easiest to program a windows service that does this for you as you have already suggested.
      Do you know how to send an email?

      -Frinny

      Hi, Thanks for your reply.
      I know the basics of sending email.
      Er, I am not sure about windows service.
      Do you have any links which is relevant that I could refer?
      Thanks

      Comment

      Working...