I understand. So, does $sender_address have the email address that
you want it returned to? You didn't specifically say this, that is
why I asked.
If you actually get the mail sent on the internet, and the headers
contain explicit instructions, then the mail has no choice but to
return to who you specify in the Return-Path:.
Jeremy
Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
Get your own Free, Private email at http://www.smackdown.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"<body>" -- Quoted from Yahoo! homepage, http://www.yahoo.com
On Mon, 15 Jan 2001, Robert Hough wrote:
> Date: Mon, 15 Jan 2001 15:27:06 -0500 (EST)
> From: Robert Hough <[EMAIL PROTECTED]>
> To: jeremy brand <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] mail() question
>
> On Mon, 15 Jan 2001, jeremy brand wrote:
> > Your Return-Path: header should have that email address.
>
> Thanks, but as stated in my post, all of my headers
> Return-Path included, are coming through correctly. Here is what I am
> using for my headers, is there something missing here?
>
> $headers .= "From: $sender_name $sender_address\n";
> $headers .= "X-Sender: $sender_address\n";
> $headers .= "X-Mailer: $version\n";
> $headers .= "Return-Path: $sender_address\n";
> $headers .= "Error-To: $sender_address\n";
>
>
> --
> Robert Hough ([EMAIL PROTECTED])
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]