RE: [PHP] PHP sendmail configuration

2003-01-07 Thread Petre Agenbag
The problem you are having took me a while to grasp. Basically, what happens is that sendmail sends the mail as the user php/apache was installed as (usually nobody@ or apache@ yourdomain.com). Setting the Return-Path does not work, as you cannot override the Return-Path set by the server in this w

RE: [PHP] PHP sendmail configuration

2003-01-06 Thread Peter Houchin
richard check your php.ini & the mail stuff in there .. it's most likely using the address either there or ur web server config file > -Original Message- > From: Richard Baskett [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 7 January 2003 10:49 AM > To: PHP General > Subject: [PHP] PHP sendm