Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I dont want to send email through database or windows scheduler so what is the best way to send email after certain duration of time.

Regards,
Sanjay More
Posted
Comments
Asim Mahmood 14-Feb-13 2:57am    
You must create a WindowService which will run after a defined time.

Please find below link which is best way for sending email

Send Mail / Contact Form using ASP.NET and C#[^]
 
Share this answer
 
Check this for sending email to multiple users at a time

http://www.codeshode.com/2011/07/send-bulk-emails-using-c-vbnet-in.html[^]
 
Share this answer
 
Then maybe you can use a asp timer in your app and set the timer to call the function that sends out the mail using SMTP.
 
Share this answer
 
Sending mail withing an ASP.NET application requires not but importing the System.Net namespace into your application

Try googling it up
 
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