Re: Dealing with Bounced Email



Monty wrote:
> I've written a simple e-newsletter app using the PHP mail() command.

> 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?

Try this:

mail($To,$Subject,$Msg,$headers, '-f'.$returnaddress);


where $returnaddress = your email.

HTH

- Nicolaas


.



Relevant Pages

  • Mail trouble
    ... I've given up on the php mail() function (doesn't work fast enough for ... command. ...
    (comp.lang.php)
  • Email encryption options for FreeBSD?
    ... I'd like to use the PHP mail() function to send back some ... sensitive information. ... The command pkg_info doesn't show ... To unsubscribe, ...
    (freebsd-questions)