What problem would you like to solve?
Sending newsletters, notifications, service updates,... through mass mailing.
Additional context
Should be able to construct and preview an e-mail, and select which users (or roles) should receive this e-mail.
Sending should be done asynchronously, with re-scheduling messages, with ability to track progress. We should only send max. 5 emails per second to both prevent a long running process to block message queue, and not be rate limited by AWS SES.
What problem would you like to solve?
Sending newsletters, notifications, service updates,... through mass mailing.
Additional context
Should be able to construct and preview an e-mail, and select which users (or roles) should receive this e-mail.
Sending should be done asynchronously, with re-scheduling messages, with ability to track progress. We should only send max. 5 emails per second to both prevent a long running process to block message queue, and not be rate limited by AWS SES.