Click here to Skip to main content
16,014,734 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I will fetch Emails-ID's from database and will send emails to all those ID's. How to send mail to all?


With regards
Reddy .M
Posted
Updated 25-May-10 21:29pm
v2
Comments
Tioned 4-Apr-16 8:19am    
You can use an emailing library for C# applications, see this sample on how to do it.

You are posting the same question repeatedly.
http://www.codeproject.com/Questions/83554/send-email-to-more-emails.aspx

Please edit the original question if you want to edit it.
 
Share this answer
 
I believe you want to ask:
How to email to all the email-id's that you retrieve from your DB:

Best would be to use a Windows Service!

Pick the email ID's from db and send the emails using it.
 
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