Automated EMail Responder

Discussion in 'ASP.NET / ASP.NET Core' started by BrainMan, Mar 7, 2010.

  1. I would like to write an automated email responder that listens for eMail to come in on my DASP email account and sends back responses based on the sender, or subject line content, those sorts of things. I know how to code this, but I'm just not sure what application space this program would live in. Ideally, it would pobably be best hosted as a Windows Service, but I don't think that's possible with my DASP account. Any other ideas? It needs to be able to detect new mail arriving in my DASP/EZMail account.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Use the scheduled task tool. You can configure it to poll the email account every 15 minutes.
     

Share This Page