SMTP mail not sending using TLS

optrex

Well-known member
Affected version
2.3 Beta 3
  • Symfony\Component\Mailer\Exception\TransportException: Email to from failed: Connection could not be established with host "ssl://smtpserver.au:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number
  • src/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php:154
Above error log created when sending email, no email being received.
 
So, here is what worked for me on Amazon SES on 2.3 Beta 4 in case someone else faces the same problem.

Port: 2465
Encryption: TLS

SSL did not work for me with any port.
 
Tried getting Zeptomail from Zoho to work. Just couldn't. Back to SES for now.

And couldn't get Brevo to work as well. Should be interesting once 2.3 goes stable and a more people use it on their primary forum.
 
Last edited:
Top Bottom