We have a customer that needs to set the email address that PHP sends mail as. They have tried setting it via their formmail script, with no sucess. If I look at the results of phpinfo() for their website it is showing sendmail_path as
/usr/sbin/sendmail -t -i -f [email protected]
Which I think is the source of the problem. Is there a way that I can set this manually for their domain?
/usr/sbin/sendmail -t -i -f [email protected]
Which I think is the source of the problem. Is there a way that I can set this manually for their domain?