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

Class-based emails for django shipping with a test suite

Results 2 django-pony-express issues
Sort by recently updated
recently updated
newest added

* These snippets for example: https://django-pony-express.readthedocs.io/en/latest/features/mail.html#create-a-single-email * https://www.youtube.com/watch?app=desktop&si=rpQquMYBYVglsi-E&v=VgweMT2e08Q&feature=youtu.be

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...