Email Bounce Handler 13.07.08
Wanting an email bounce handler setting up to take care of bounced emails from my newsletter.
Steps to detect bounce emails.
http://www.php.net/manual/sk/ref.mail.php#24963
Php class for tracking bounce emails:
http://www.phpclasses.org/browse/package/2691.html
Article on Incoming mails and php.
http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/
Once the bounced emails are detected, require a script to allow me to change the users email address to a new one and then send email to new address letting them know that their address has been changed.
All data on mySQL database.
Thanks,
Richard