I am using php to send emails to myself when my users take take certain actions. Those emails used to come to me via nobody@hostname.
After reading cpanel documentation about making my server more secure I disabled emails from user nobody. Is there a way to change php's way of determining the user ID?
In the php code to send the email I specify:
Evan
After reading cpanel documentation about making my server more secure I disabled emails from user nobody. Is there a way to change php's way of determining the user ID?
In the php code to send the email I specify:
but the exim_mainlog says$headers .= "From: <evan@my-domain>" . "\r\n";
Thanks,Mail delivery failed: returning message to sender" for nobody@...
Evan