You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its because in calss.phpmailer.php there is a variable $SMTPAutoTLS = true. The emailhelper class needs and option to make it false. I had the same issue after switching to 5.6
Hello
Running this module on a PHP5.6 project, will give an error concerning certificates. The issue and the fix for it is decribed here:
https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#php-56-certificate-verification-failure
I fixed it by adding the following to your initMailer() method:
It is of course better to get a real certificate, although in my case this was an alright solution.
Cheers
The text was updated successfully, but these errors were encountered: