Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to how to send email automatic everyday 8:AM with Asp.net In C#.if possible give me a answer
Posted

Hi
You can send email everyday 8:00 AM with Asp.net In C# automatially. For this, you have to keep your web page active throuhout the day, week, month, Year etc... It is not possible when the page is closed. Betted write a batch file to send e-mail and schedule in server using windows scheduler.

Regards
Willington
 
Share this answer
 
Write a window service and use timer
check if time is 8:AM then send mail.

or see this CP article
Set the Time for E-Mail Sending from your .NET Application
 
Share this answer
 
Hi

For this you can write Windows Service in which you can write the code to send email on 8.00 AM.
 
Share this answer
 

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