Replies: 4 comments 4 replies
-
Did you try to change MAIL_MAILER to MAIL_DRIVER |
Beta Was this translation helpful? Give feedback.
-
Has this ever been resolved? As far as I see, even after the SwiftMailer => Symfony Mailer replacement, the option is the same |
Beta Was this translation helpful? Give feedback.
-
As far as I see, you need to move the stream config options from under the
|
Beta Was this translation helpful? Give feedback.
-
If someone is using AWS SES, then with recent changes they disabled TLS 1.0 and TLS 1.1 versions, our mail sending activities were affected. As a remedy, I changed the port to 465 and encryption to ssl in the env file (MAIL_ENCRYPTION=ssl) fixed the issue for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Error message: stream_socket_enable_crypto(): SSL: Success
file: /var/www/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
line: 94
Work on localhost (Mac OS) and not working on remote Ubuntu.
Steps To Reproduce:
Call email: Mail::to('[email protected]')->send(new OrderShipped());
Options:
In .env:
Beta Was this translation helpful? Give feedback.
All reactions