Hi,
I am doing php to send mail, when I try to put header for returned path to account@mydomain.com. but it shows nobody@myservername.com.
How could I avoid it?
What is the "sendmail_from" setting in php.ini?
It says , me@localhost.com.
Also there are 100 domains there, how could I chage it to display as their domain?
Any help appreciate.
thanks Anathan
this is the code, but always Retunred overrided by servername.
$header .= "Return-Path:".$sendmail_from."\r\n";
Am I missing anything?
thanks