-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mailer] max_per_second
option configurable via DSN
#16800
Conversation
Please target |
According to symfony/symfony#46315 (comment) the patch should be merged into 6.1 branch. |
Sorry I misread the PR header, you introduce the ability to set it via DSN in 6.1, but as its freezes, it should target 6.2 👍 |
max_per_second
option configurable via DSN
max_per_second
option configurable via DSNmax_per_second
option configurable via DSN
Please rebase on |
Rebased onto 6.2 |
…(gassan) This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] `max_per_second` option configurable via DSN | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | - | License | MIT | Doc PR | symfony/symfony-docs#16800 This option is available since 5.1, but it was impossible to configure it by dsn. Commits ------- a377f2e made max_per_second option configurable by dsn
…(gassan) This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] `max_per_second` option configurable via DSN | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | - | License | MIT | Doc PR | symfony/symfony-docs#16800 This option is available since 5.1, but it was impossible to configure it by dsn. Commits ------- a377f2e104 made max_per_second option configurable by dsn
4c1e9aa
to
7fddf4d
Compare
Gassan, thanks and congrats on your first Symfony Docs contribution 🎉 |
AbstractTransport::setMaxPerSecond(float) was introduces in 5.1 but wan not configurable by dsn