Not connecting: this is the reason
-
Hello,
when trying to connect with no encryption, STARTTLS is automatically enabled even if I don’t want it (beacuse the server supports it). The result is that the client disconnects.
To solve this problem, I had to add this to your plugin:if ( empty( $phpmailer->SMTPSecure ) ) {
$phpmailer->SMTPAutoTLS = false;
}Could you please fix it in next version?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not connecting: this is the reason’ is closed to new replies.