SMTP not work with php5.6
-
There is problem with php5.6 and self signed certificate verification.
Now, under php5.6 verification is enable by default and certificate can not be self signed.
Can You add option (into smtp setting) to disable SSL / TLS certificate verifications? To allow self signed certificate.
Or use default wordpress phpmailer to send messages.
If certificate is self signed, phpmailer can not send message, because default option of verification is enabled, and server verification fail.
There is solution: https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#php-56-certificate-verification-failure
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SMTP not work with php5.6’ is closed to new replies.