Thanks
Mail() PHPMailer()
Moderator: General Moderators
Mail() PHPMailer()
Does anybody know how to correctly set up the headers so MSN/Hotmail will accept emails from mail(). Microsoft is evil
Thanks
Thanks
The problem with mail() is that it sends the mail thru sendmail. Sendmail rewrites one of the from headers so it is different from the original send header.
You can use the last option of the mail() funktion but this will place a warning message in the header. I used phpmailer class and all is good now as the header is not rewritten.
You can use the last option of the mail() funktion but this will place a warning message in the header. I used phpmailer class and all is good now as the header is not rewritten.