PHP mail() function cannot send to hotmail?

前端 未结 3 909
一向
一向 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:25

    Your code seems to be good. My guess is that there is something wrong at your servers end, check mail delivery logs or have your server admin look at them for you. Could be a routing/dns issue.

    edit: i just tried that script on my server and it works well. immediately got email on my hotmail address.

提交回复
热议问题