Question
Can I prevent PHP mail() from being sent from the server's hostname?
Answer
There is no service-side method to prevent this. The script sending the message should be configured to use SMTP authentication.
Can I prevent PHP mail() from being sent from the server's hostname?
There is no service-side method to prevent this. The script sending the message should be configured to use SMTP authentication.
Comments
0 comments
Article is closed for comments.