PDA

View Full Version : PHP sent e-mail with check of reading



uni
September 18th, 2008, 07:37 PM
hello there...
in those days I'm building some little system that allow to the admin of the site to sent email to the users...

what i need is to check how much e-mail have been sent successfully and how much failed how i'm doing that

anyone have any guide for that?


thanks allot

Wilhelm Murdoch
September 18th, 2008, 09:26 PM
Here are some guides to help you:

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/

Hope these help!