django-orchestra/orchestra/contrib/mailer
Marc Aymerich 6715f2ee2b Random fixes 2015-09-23 12:22:32 +00:00
..
management/commands Removed unused imports and patterns 2015-05-19 13:27:04 +00:00
migrations Fixes on resources, mailer and vps0 2015-08-05 22:58:35 +00:00
templates/admin/mailer/message Reandom fixes 2015-05-07 19:00:02 +00:00
README.md Improved gran permissions support for systemusers 2015-05-08 14:05:57 +00:00
__init__.py Fixes on mailboxes, tasks, and mailer 2015-05-05 19:42:55 +00:00
admin.py Random fixes 2015-09-23 12:22:32 +00:00
apps.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
backends.py Fixes on payments 2015-05-30 14:44:05 +00:00
engine.py Added History app and setuplog 2015-08-31 11:58:59 +00:00
models.py Fixes on resources, mailer and vps0 2015-08-05 22:58:35 +00:00
settings.py Fixed PHP timeout option merging bug 2015-06-05 12:39:58 +00:00
tasks.py Improvements on resource consumption history graph 2015-07-23 12:41:42 +00:00

README.md

This is a simplified 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.