Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am building an application to send mails (newsletter) which is like bulk mail to recipients. I am reading the mail ids from database and sending mail one by one to all.

I would also like to handle the bounce email and un-delivered message, so i can remove that email id from my List.

Please help me or if some one has code to share will help..

Many thanks
Posted

1 solution

Have a look at these:
Solution for Bounced Email[^]
Bounced Email Handling[^]
Simple .NET SMTP[^]

Artilces provide code of how to handle the bounced emails.
 
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