-
-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Description
Make sending mails optionally async (threaded)
When sending multiple mails in quick succession, the current process is very slow because every mail being sent has to wait for the previous mail to finish.
There should be an option to do it asynchronously using new threads.
Reactions are currently unavailable