django-pony-express icon indicating copy to clipboard operation
django-pony-express copied to clipboard

Default async sending of mails

Open GitRon opened this issue 3 months ago • 0 comments

By default, mails are sent in the main thread. Not a good idea, evaluate if it's possible to send them by default via threads and/or q2/celery.

Thought: Have a look at django-post-office

GitRon avatar Mar 21 '24 15:03 GitRon