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
In Symfony mailer (EsmtpTransport) is not impossible to disable STARTTLS manually. But in some cases it's need - for example, mail server has old openssl version and where mailer try to connect then exception occured (error:0A00014D:SSL routines::legacy sigalg disallowed or unsupported).
Proposal - add dns opton to disable STARTTLS manually.
Example
No response
The text was updated successfully, but these errors were encountered:
Description
In Symfony mailer (EsmtpTransport) is not impossible to disable STARTTLS manually. But in some cases it's need - for example, mail server has old openssl version and where mailer try to connect then exception occured (error:0A00014D:SSL routines::legacy sigalg disallowed or unsupported).
Proposal - add dns opton to disable STARTTLS manually.
Example
No response
The text was updated successfully, but these errors were encountered: