Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to send email daily at particular time automatically in asp.net using c# , sql queries or web services.

Thank u.
Posted

Windows Service should do what you seek.

Sample:
Simple Windows Service which sends auto Email alerts[^]

MSDN: Details about Windows Service:
Introduction to Windows Service Applications[^]

For more details, look here:
Simple Windows Service Sample[^]
Your first C# Web Service[^]
Windows Services in Action I[^]
 
Share this answer
 
This article should help: A .NET web service for e-mail[^]
 
Share this answer
 
Comments
Sandeep Mewara 26-Oct-12 15:12pm    
You sure? Web service for auto-emails?
I guess, it's a typo.
Clifford Nelson 26-Oct-12 15:16pm    
You wake up the service when its time to send the email. Could use a service to start the email application, but still need to trigger the emails, and that requires something to be running to know that it is time to run the application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900