Skip to content

[FEATURE] Use a message bus to asynchronously send emails #21

@eliashaeussler

Description

@eliashaeussler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions