Catching bounced email in ASP.NET C#

Posted by Andrej Kaurin on Stack Overflow See other posts from Stack Overflow or by Andrej Kaurin
Published on 2010-03-31T08:32:57Z Indexed on 2010/05/08 22:28 UTC
Read the original article Hit count: 484

Filed under:
|

I am using C# asp.net to send email messages. If email address sending from (message.From) can be any address is there still possibility that application requests report if email was bounced from the server.

© Stack Overflow or respective owner

Related posts about email

Related posts about ASP.NET