Closed ghpeppe closed 1 year ago
Are you sure you should be using port 25? smtps often uses port 587.
Are you sure you should be using port 25? smtps often uses port 587.
Yes. Parameters by our system admin. And it worked for years with swiftmail.
It is a bit different from Swiftmailer config-wise: https://github.com/symfony/symfony/issues/34846
So encryption type should be set explicitly as tls
or smtps
(for port 465).
Hi, I'm migrating from swiftmail to symfonymail. This is the configuration:
When executing the “send” command, this is the error shown:
I can’t find any solution. Can someone helps me? Thanks
[EDIT] Suppressing the customized class
MiaMessage
and using the standard one, the behavior is the same.Yii 2.0.48 yii2-symfonymailer 3.0.0 PHP 7.3.x