You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #48092 Fix the notification email theme for asynchronously dispatched emails (krisbuist)
This PR was merged into the 4.4 branch.
Discussion
----------
Fix the notification email theme for asynchronously dispatched emails
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
When the `\Symfony\Component\Mailer\Messenger\SendEmailMessage` is dispatched asynchronously, the email message is serialised and unserialised. The theme that was set on the `NotificationEmail` was not included in the serialisation, causing the value to return back to the default after deserialisation.
Commits
-------
4b843d1 Fix the notification email theme for asynchronously dispatched emails
0 commit comments