Click here to Skip to main content
15,894,295 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Through asp.net code i need to trace that how many mails are bounce back or gets delivered failure which are send by my asp.net code.
Posted
Updated 10-Mar-10 4:55am
v2

1 solution

This is not a simple thing to do given the fact that email systems do not track email delivery.

What you would need to do is set a delivery receipt flag in the outgoing message. The receiving system may or may not respond on failed delivery, if the user did receive the message they may choose not to send a receipt.

The account that receives the receipts would then need to be check which addresses failed. This will also not be instantaneous as some systems may try repeated delivery for several days before failing.
 
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