> On careful reading of the php.ini file, I now realize that the settings
> for the "From" is for WIN32 *only*.  So, as a newbie to the world or
> Linux/Unix, I am not sure where I place the setting for the default
> "From".  I can add it as the fourth argument in the mail() function, but
> I would prefer not to have to put it into every message.
> 
> However, unless I do, my messages have "From: Apache".
> 
> Hopefully, I am making some sense..........

Construct a proper From: header, then pass it to the mail() function.

Look at http://www.php.net/manual/en/function.mail.php

------------------------------------------------------------------------ 
Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
------------------------------------------------------------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to