I have a problem with nobody!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have been googling this to death and have many references to this, but all
solutions seem to either
1 not apply
2 result in parse error

The code:
mail ($to, $subject, $message, $header);

The error

Email is sent to recipient as nobody@xxxxxxxx  (fqdn = fully qualified
domain name)

I have read about a -f function.
I tried 
mail ($to, $subject, $message, -f$header);
mail -f($to, $subject, $message, $header);

both result in parse error.

I read about changing a php_value in my httpd.conf
Couldn't find any reference.

So, I turn to my friends on the php_list

Any assistance would really be appreciated!

Running CentOS
Cpanel
Exim

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux