Re: Dealing with Bounced Email
- From: "windandwaves" <winandwaves@xxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 17:08:35 +1200
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
.
- Follow-Ups:
- Re: Dealing with Bounced Email
- From: YeOldeSteve
- Re: Dealing with Bounced Email
- References:
- Dealing with Bounced Email
- From: Monty
- Dealing with Bounced Email
- Prev by Date: Dealing with Bounced Email
- Next by Date: PHP script timing out after 90 mins
- Previous by thread: Dealing with Bounced Email
- Next by thread: Re: Dealing with Bounced Email
- Index(es):
Relevant Pages
|
|