django-orchestra/orchestra/contrib/mailer/README.md

6 lines
406 B
Markdown
Raw Normal View History

2015-05-07 20:04:28 +00:00
This is a simlified clone of [django-mailer](https://github.com/pinax/django-mailer).
Using `orchestra.contrib.mailer.backends.EmailBackend` as your email backend will have the following effects:
* E-mails sent with Django's `send_mass_mail()` will be queued and sent by an out-of-band perioic task.
* E-mails sent with Django's `send_mail()` will be sent right away by an asynchronous background task.