I've written a simple e-newsletter app using the PHP mail() command.
I want to be able to deal with bounce-backs if a member's email is no
longer working or is using an old account. I'm using a Red Hat Linux
server with Sendmail and Apache. I've seen mention of using Procmail or
filtering mail to a certain account through a PHP script, but, can't
find detailed instructions on how this is done.
Can anyone let me know or point me toward a site that explains how to
handle bounced-back email using Sendmail and a PHP script?
Thanks!
I want to be able to deal with bounce-backs if a member's email is no
longer working or is using an old account. I'm using a Red Hat Linux
server with Sendmail and Apache. I've seen mention of using Procmail or
filtering mail to a certain account through a PHP script, but, can't
find detailed instructions on how this is done.
Can anyone let me know or point me toward a site that explains how to
handle bounced-back email using Sendmail and a PHP script?
Thanks!
Comment