Re: [PHP] Defining the Return-Path in an email header?

2001-05-10 Thread Dan Lowe
Previously, Kevin Price-Ward said: > > I am setting up a php emailer facility using the 'mail' function, I have > defined the 'Return-Path:' in the fourth argument of 'mail', but this keeps > getting overwritten by sendmail: > > my code says: > $headers .= "Return-Path: <[EMAIL PROTECTED]>\n";

RE: [PHP] Defining the Return-Path in an email header?

2001-05-10 Thread Taylor, Stewart
Maybe try using "Reply-To" instead of "Return-Path" -Stewart -Original Message- From: Kevin Price-Ward [mailto:[EMAIL PROTECTED]] Sent: 10 May 2001 11:18 To: [EMAIL PROTECTED] Subject: [PHP] Defining the Return-Path in an email header? Hi, I am setting up a php em

[PHP] Defining the Return-Path in an email header?

2001-05-10 Thread Kevin Price-Ward
Hi, I am setting up a php emailer facility using the 'mail' function, I have defined the 'Return-Path:' in the fourth argument of 'mail', but this keeps getting overwritten by sendmail: my code says: $headers .= "Return-Path: <[EMAIL PROTECTED]>\n"; but the source on the resulting email says: