django-orchestra/orchestra/contrib/mailer
Marc Aymerich 5c10c39157 Added mailer README file 2015-05-07 20:04:28 +00:00
..
management/commands Reandom fixes 2015-05-07 19:00:02 +00:00
templates/admin/mailer/message Reandom fixes 2015-05-07 19:00:02 +00:00
README.md Added mailer README file 2015-05-07 20:04:28 +00:00
__init__.py Fixes on mailboxes, tasks, and mailer 2015-05-05 19:42:55 +00:00
admin.py Reandom fixes 2015-05-07 19:00:02 +00:00
apps.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
backends.py Fixes on mailboxes, tasks, and mailer 2015-05-05 19:42:55 +00:00
engine.py Reandom fixes 2015-05-07 19:00:02 +00:00
models.py Reandom fixes 2015-05-07 19:00:02 +00:00
settings.py Fixes on mailboxes, tasks, and mailer 2015-05-05 19:42:55 +00:00
tasks.py Fixes on mailboxes, tasks, and mailer 2015-05-05 19:42:55 +00:00

README.md

This is a simlified clone of 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.