PHPMailer for track bounce mails

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
rohit.londhe
Forum Newbie
Posts: 2
Joined: Wed Apr 30, 2008 6:54 am

PHPMailer for track bounce mails

Post 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.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: PHPMailer for track bounce mails

Post 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)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply