Sending emails through SMTP with PHPMailer

前端 未结 8 941
情深已故
情深已故 2020-12-31 07:13

I\'m trying to send SMTP e-mails using PHPMailer, but I keep getting this error message, any ideas how to get rid of it?
I\'m trying to connect via SSL on port 465.

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-31 07:25

    try port 25 instead of 456.

    I got the same error when using port 456, and changing it to 25 worked for me.

提交回复
热议问题