Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] Add a way to change the Bus transport dynamically#47190
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
Should be refactored to use#47191 when/id merged. |
…ail via Messenger (fabpot)This PR was merged into the 6.2 branch.Discussion----------[Mailer] Add a way to inject Stamps when sending an email via Messenger| Q | A| ------------- | ---| Branch? | 6.2| Bug fix? | no| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License | MIT| Doc PR |In#47190, we add a way to add a specific stamp to the message sent to the Messenger bus.I think we should make this possibility more generic.Commits-------77381fa [Mailer] Add a way to inject Stamps when sending an email via Messenger
bcb47cc to62af777CompareRebased and implementation updated. Ready for review. |
46a009a to3f0a8deComparesrc/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
3f0a8de to8f47f14CompareComments fixed. |
Uh oh!
There was an error while loading.Please reload this page.
8f47f14 toffe3600Compare
This PR relies on#39306. Once merged, this PR will be rebased.
This allows overriding the bus transport "dynamically" via the
X-Bus-Transportheader.