[PHP] Re: Mail From option in PHP.ini

2003-07-21 Thread Ivo Fokkema
Hi, Paul is right, you can't change the Return-Path header. On a windows server you could use the 'sendmail_from' setting in php.ini, but that doesn't work on Linux/Unix. Also, the -f 5th argument of the mail() function does not function with safe_mode on in php. It also generates a X-Authenticati

[PHP] Re: Mail From option in PHP.ini

2003-07-18 Thread Manuel Lemos
Hello, On 07/18/2003 12:00 PM, Brian S. Drexler wrote: Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED] or whatever else.

[PHP] Re: Mail From option in PHP.ini

2003-07-18 Thread Paul Chvostek
On Fri, Jul 18, 2003 at 11:00:18AM -0400, Brian S. Drexler wrote: > > Ok, I want to specify who the mail is coming from by using the sendmail_path > option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want > to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED]