[FIX] Can’t connect to SMTP
-
So I was having this problem we’re all having of not being able to connect to the SMTP server.
In my case I had to send through SMTP without any encryption. I noticed that even when I checked the “no encryption” option on the plugin it would try to connect using an encryption method.
So I went to wp-includes/class-phpmailer.php and changed $SMTPAutoTLS from true to false, meaning it won’t try to use TLS encryption automatically anymore.
It connected and it worked.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘[FIX] Can’t connect to SMTP’ is closed to new replies.