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]

Reply via email to