Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitff54513
committed
feature#42219 [Mailer] Add support of ping_threshold to SesTransportFactory (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 SesTransportFactoryFile tree
2 files changed
+12
-1
lines changed- src/Symfony/Component/Mailer/Bridge/Amazon
- Tests/Transport
- Transport
2 files changed
+12
-1
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments
Comments
(0)