Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to send a message about a product more than 5000 Customer. I have their email address in sql server, how can i send message to them automatically every day.
Posted
Comments
Md. Shihab Uddin 12-Mar-14 11:19am    
Thanks

this can be done by creating a windows service that executes every 24 hours. the service can get all your customers from the database and send each customer an email. you dont need to use asp.net you can write your service in C#

here are some links that can help you achieve this ..

http://www.intstrings.com/ramivemula/articles/sending-automated-emails-asynchronously-using-a-c-windows-service-in-conjunction-with-database-email-records-part-ii/[^]

http://www.emailarchitect.net/easendmail/kb/csharp.aspx[^]
 
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