Is your feature request related to a problem?
As an administrator, I want to make sure that outgoing emails are send non-blocking (asynchronously) to avoid performance peaks.
Describe the solution you'd like
Use Symfony Messenger in combination with a Message Bus & Consumer to queue emails and process the email queue.
Describe alternatives you've considered
Alternatively, use solutions like https://extensions.typo3.org/extension/mailqueue if the environment makes implementation of a consumer hard to achieve.
Additional context
No response
Is your feature request related to a problem?
As an administrator, I want to make sure that outgoing emails are send non-blocking (asynchronously) to avoid performance peaks.
Describe the solution you'd like
Use Symfony Messenger in combination with a Message Bus & Consumer to queue emails and process the email queue.
Describe alternatives you've considered
Alternatively, use solutions like https://extensions.typo3.org/extension/mailqueue if the environment makes implementation of a consumer hard to achieve.
Additional context
No response