django-orchestra-test/orchestra/contrib/mailer
Santiago L 70042f3b5c Regenerate commit inicio 2023/07/09
commit 0f26b5a8e0
Author: jorgepastorr <jorge.pastor.rr@gmail.com>
Date:   Sun Jul 9 07:51:51 2023 +0000
Repo:   https://gitea.pangea.org/pangea/django-orchestra.git
2023-11-17 13:25:13 +01:00
..
management/commands Removed unused imports and patterns 2015-05-19 13:27:04 +00:00
templates/admin/mailer/message Regenerate commit inicio 2023/07/09 2023-11-17 13:25:13 +01: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
actions.py django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +02:00
admin.py Regenerate commit inicio 2023/07/09 2023-11-17 13:25:13 +01:00
apps.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
backends.py Fixed mailer connection issues 2015-11-09 19:07:06 +00:00
engine.py Regenerate commit inicio 2023/07/09 2023-11-17 13:25:13 +01:00
models.py Regenerate commit inicio 2023/07/09 2023-11-17 13:25:13 +01:00
settings.py Regenerate commit inicio 2023/07/09 2023-11-17 13:25:13 +01:00
tasks.py Fixed mailer connection issues 2015-11-09 19:07:06 +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.