You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to 11.35.0 in two projects I get these errors when trying to send a mail
Connection could not be established with host \"ssl://smtp.resend.com:587\": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:0A00010B:SSL routines::wrong version number
Connection could not be established with host \"ssl://smtp.gmail.com:587\": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1408F10B:SSL routines:ssl3_get_record:wrong version number
@crynobone it does work fine when I set MAIL_ENCRYPTION to null.
I still think this should be considered as a BC since by just updating the minor version the current functionality breaks.
Laravel Version
11.35.0
PHP Version
8.3.13
Database Driver & Version
No response
Description
After upgrading to 11.35.0 in two projects I get these errors when trying to send a mail
Steps To Reproduce
Set .env mail variables to
and send a mail
The text was updated successfully, but these errors were encountered: