PHP mail() function cannot send to hotmail?

前端 未结 3 905
一向
一向 2020-12-11 07:48

Okay, I have searched on the internet for answers- sadly to no avail. I\'m trying to send mail using the PHP mail() function so members can follow the link to register. It w

3条回答
  •  春和景丽
    2020-12-11 08:22

    code likes fine, anything you do that makes it look like spam will block it from hotmail try creating spf records for your domain, and even signatures

    check your mail server is not blacklisted, this can cause problems http://www.mxtoolbox.com/

    As @staticsan recommends php-mailer or also http://swiftmailer.org/ are other options you can use try that might help

提交回复
热议问题