95edd9e31c | ||
---|---|---|
.. | ||
management/commands | ||
templates/admin/mailer/message | ||
README.md | ||
__init__.py | ||
admin.py | ||
apps.py | ||
backends.py | ||
engine.py | ||
models.py | ||
settings.py | ||
tasks.py |
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.