Question
Why are PHP scripts sending email as cpaneluser@hostname?
Answer
You will typically see cpaneluser@hostname as the sender when mail is being sent without SMTP authentication. You will need to ensure your script or application is configured to send mail using SMTP authentication instead of the PHP mail() function.
Comments
0 comments
Article is closed for comments.