Page 1 of 1

PHPMailer for track bounce mails

Posted: Wed Apr 30, 2008 7:07 am
by rohit.londhe
We are using PHPMailer to send mails to our group subscribers.
We need to track the bounce mails i.e. count of bounce mails
Anybody has solution for this please contact.

Re: PHPMailer for track bounce mails

Posted: Thu May 01, 2008 1:16 pm
by s.dot
Yes, use a mailing service that handles bounced emails for your or roll your own bounced email code. As chris pointed out to me before, you can use IMAP functions (http://www.php.net/imap) to handle bounced emails. However you can also do it manually but updating a flag for bounced emails in the database (if you are using one)