Sending emails through SMTP with PHPMailer

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

    This may seem like a shot in the dark but make sure PHP has been complied with OpenSSL if SMTP requires SSL.

    To check use phpinfo()

    Hope it helps!

提交回复
热议问题