About Sending Email ? Please ..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do we auto send mail with a specified content to the recipient. The service is controlled by using date time. For example, the mail will send to A's email account every monday at 12:00 pm. How do we write it using ASP.net language ?? I need it urgently. Help...
Thank u in advance

GinLye.
 
You can refer to the following articles to send emails from asp.net. But to send it at regular intervals - you need some other process in place. If you have control over your web server, you can write a small process which will be running always and at the specified time, it has to execute your email code. Or, you may be able to use WIndows Scheduler depending or your security settings

http://www.dotnetspider.com/Technology/KBPages/126.asp
http://www.dotnetspider.com/Technology/KBPages/33.asp
http://www.dotnetspider.com/Technology/KBPages/240.asp
http://www.dotnetspider.com/Technology/KBPages/36.aspx
 
Back
Top