Hi everyone, 

In November I sent a mail to this list asking how to get the mail From header 
right, I solved that but I still have a problem. The solution was using 
the -f option like this:

$frommail = "[EMAIL PROTECTED]";
mail("$to", "$subject", "$message", "$headers","-f$frommail");

The from address is correct now but the displayed name is still www-data (or 
apache, depends on the server configuration). The header looks like this:

From: [EMAIL PROTECTED] (www-data)

Is there anyway to change this?
Thanks, regards Chantal

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

Reply via email to