Sending emails through SMTP with PHPMailer

前端 未结 8 922
情深已故
情深已故 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:32

    Yes, you need OpenSSL to work correctly. My backup testing site worked, my live server didn't. Difference? Live server didn't have OpenSSL within PHP configuration.

提交回复
热议问题