XF 2.3 SMTP wrong version number (Postmark)

Salamanca

Active member
Hi,

I'm getting this error when trying to use Postmark:

Code:
Symfony\Component\Mailer\Exception\TransportException: Email to ********@gmail.com from forum@******.com failed: Connection could not be established with host "ssl://smtp.postmarkapp.com:25": 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
Generated by: Unknown account

This error happens with Xenforo 2.3
With Xenforo 2.2 (on the same server) it works.

Thanks
 
Solution
Yes, I already tried that:

  • Connection could not be established with host "ssl://smtp.postmarkapp.com:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number

Try unchecking the Use SSL/TLS option with the port set to 587
Yes, I already tried that:

  • Connection could not be established with host "ssl://smtp.postmarkapp.com:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number
 
Back
Top Bottom