- Issue created by @znerol
- Merge request !12094Issue #3523629: Add new mailer transport options from Symfony 7.1 and 7.3 → (Closed) created by znerol
- 🇬🇧United Kingdom longwave UK
Looks good to me.
I assume
retry_period
from the changelog is not relevant to us? - 🇨🇭Switzerland znerol
I assume
retry_period
from the changelog is not relevant to us?No. Its injected into RoundRobinTransport if the DSN is parsed from a string. Since we are using ✨ Use structured DSN instead of URI in system.mail mailer_dsn Fixed , this isn't in the code path.
- 🇬🇧United Kingdom catch
Committed/pushed to 11.x and cherry-picked to 11.2.x, thanks!