Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
How to check the email delivery status. We are developing an application that sends out email to a group of customers.
Is there any possiblity to check the email delivery status and the bounced mails.
I have seen similar stuff in some email marketing websites, where the delivery as well as the bounced figures are displayed. Is the same possible in C#.
We are using google gmail or hotmail.
Pls help and thanks in advance
Posted

I think gmail does sends back failure reports. You can check the account through which you are sending the mails for that. For delivery or read reports, Gmail does not supports it. Although if the mail client of user is sonething like Outlook, it does. But again the user has the power to turn it off.

I think you can rely on the failure reports and if you do not get that, consider the mail as delivered.
 
Share this answer
 
You might need to get in touch with the email providers. They might be able to help you out.
Building a pop client could help you as well. However, I think you need to pay for enabling POP.
 
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