email-bounces

Processing SMTP bounces with .net

Am looking for examples specific to .net/mvc and servers native WinServer08 where problem being addressed is processing a bounced smtp msg so as to bind to an estore transaction and updating account/profile properties. Reading the related questions i find an interesting reference to [VERP]2. Under the heading 'Software that supports VE...

Catching a Email Loop from a out of office agent

Our Current email2fax gateway does not handle bounced emails very well. When a email is sent to the gateway the content is faxed out and a notification is sent to the original sender of the message. Problems happen when the original user turns on a out of office agent and messages will bounces between the 2 email gateways. I have tried...

Handle mail bounce with PHP

I'm tring to handle errors from bounced email. This is my scenario: Send emails out with Pear Mail() +Mail_Mime(); Set 'Return-Path'and 'Return-Recipient-To' to get errors in "[email protected]"; Now using a class mentioned here (http://stackoverflow.com/questions/1097382/how-to-handle-mail-delivery-errors-with-php) I want to...