Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Mailer] ping_threshold for ses+smtp#15557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…Factory (Tyraelqp)This PR was squashed before being merged into the 5.4 branch.Discussion----------[Mailer] Add support of ping_threshold to SesTransportFactory| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | Yes| Deprecations? | no| Tickets |Fix#39044| License | MIT| Doc PR |symfony/symfony-docs#15557Added support of ping_threshold option to `SesTransportFactory` for `ses+smtp` and `ses+smtps` schemes. Needed because SES closes SMTP connection after 10 seconds of inactivity and `TransportException` will be thrown on next send: `Expected response code "250" but got code "451", with message "451 4.4.2 Timeout waiting for data from client.".`Commits-------2e50135 [Mailer] Add support of ping_threshold to SesTransportFactory
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz commentedJul 29, 2021
Sergey, thanks a lot for contributing this feature and for contributing the docs too. It was a great first contribution to Symfony Docs! Congrats on that 🎉 |
Docs forsymfony/symfony#42219