sendmail_from me@localhost.com me@localhost.com
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
This is the php set up of the server.
When I used the mail() send an e-mail to my hotmail account, I got this error message. "The sender of this message could not be verified by Sender ID."
1) The set up shows SMTP is using the localhost, so why I got this problem? Does it have to do with the server set this "sendmail_from me@localhost.com me@localhost.com" (that is the exact value the server administrator leaves it.)?
2) Or anything else I can ask server administrator to do so I would not get this error message "The sender of this message could not be verified by Sender ID." in the email I send out?
3) Anything else I can do if server administrator cannot do anything, such as by add codes, change the set up for the site, such as use .htaccess etc.?
4) I have another site sitting at another server, at that server, in php.ini, the SMTP use different IP address. And I got the "The sender of this message could not be verified by Sender ID." error too, in that case, what should I do?
Thanks!