I have a mail script works fine on several servers. But if I run the script at this server, the email I got is missing the "From: " field.
The server administrator has left the php.ini set up like this
"sendmail_from me@localhost.com me@localhost.com "
Will that be the cause of my mail() problem?
Thanks!