PHP - PHPMailer: stream_socket_enable_crypto (): SSL operation

0

I'm trying to send an email, I'm using the PHPMailer library, and then the following error appears:

  

stream_socket_enable_crypto (): SSL operation failed with code 1.   OpenSSL Error messages: error: 1408F10B: SSL   routines: SSL3_GET_RECORD: wrong version number

I can not solve this problem, some light at the end of the tunnel?

See the print below about the PHPMailer debug:

Hereisthecodeused:

    
asked by anonymous 10.12.2018 / 21:56

1 answer

0

Solved!

Basically, I needed to update the PHPMailer class, and for this I followed this tutorial here: link

    
11.12.2018 / 01:20