SMTP connect() failed phpmailer

后端 未结 1 463
南方客
南方客 2020-12-22 02:55
SMTPDebug = 1;                      


        
相关标签:
1条回答
  • 2020-12-22 03:27

    You should really read what the troubleshooting guide says - that's why the link to it is included in the error output. Set SMTPDebug = 2 so you can see what the server says and it will probably tell you what's wrong.

    0 讨论(0)
提交回复
热议问题