| Author: Ramesh 04 Sep 2008 | Member Level: Silver | Rating: Points: 2 |
Hi,
You can create a windows service and write the code for sending the email in it. you can then configure the windows service to start at a specified time daily. It will automatically send the email daily.
Else you can write a console application for sending email and assign it to a Windows Scheduled Task to run daily at a specified time.
Refer the link for creating a Scheduled Task http://support.microsoft.com/kb/308569
Thanks, Ramesh
|