The one and only django app to receive & send mail with templates and multiple configurations.
Project description
The one and only django app to receive & send mail with templates and multiple configurations.
Screenshots
Features
Everything django-mailbox has
Everything django-post-office has
Everything django-db-email-backend has
Database configurations - activate an outbox to send from, activate a mailbox to receive from
Templates
Translatable
Mailings - using send_many() or ‘cc’ and ‘bcc’ or even recipients - all of those accept comma-separated lists of emails
Dependencies
Documentation
The full documentation is at https://django-mail-admin.readthedocs.io.
Quickstart
Q: What versions of Django/Python are supported? A: Take a look at https://travis-ci.org/delneg/django_mail_admin
Install django mail admin:
pip install django_mail_admin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_mail_admin',
...
)
Run migrate:
python manage.py migrate django_mail_admin
Set django_mail_admin.backends.CustomEmailBackend as your EMAIL_BACKEND in django’s settings.py:
EMAIL_BACKEND = 'django_mail_admin.backends.CustomEmailBackend'
Set cron/Celery/RQ job to send/receive email, e.g.
* * * * * (cd $PROJECT; python manage.py send_queued_mail --processes=1 >> $PROJECT/cron_mail.log 2>&1) * * * * * (cd $PROJECT; python manage.py get_new_mail >> $PROJECT/cron_mail_receive.log 2>&1) 0 1 * * * (cd $PROJECT; python manage.py cleanup_mail --days=30 >> $PROJECT/cron_mail_cleanup.log 2>&1)
Custom Email Backends
By default, django_mail_admin uses custom Email Backends that looks up for Outbox models in database. If you want to use a different backend, you can do so by configuring BACKENDS, though you will not be able to use Outboxes and will have to set EMAIL_HOST etc. in django’s settings.py.
For example if you want to use django-ses:
DJANGO_MAIL_ADMIN = { 'BACKENDS': { 'default': 'django_mail_admin.backends.CustomEmailBackend', 'smtp': 'django.core.mail.backends.smtp.EmailBackend', 'ses': 'django_ses.SESBackend', } }
You can then choose what backend you want to use when sending mail:
# If you omit `backend_alias` argument, `default` will be used
mail.send(
'from@example.com',
['recipient@example.com'],
subject='Hello',
)
# If you want to send using `ses` backend
mail.send(
'from@example.com',
['recipient@example.com'],
subject='Hello',
backend='ses',
)
Capture outgoing emails into Outbox
If you want to store outgoing emails in the Outbox before they are submitted to the backend, set django_mail_admin.backends.OutboxEmailBackend as your EMAIL_BACKEND in django’s settings.py:
EMAIL_BACKEND='django_mail_admin.backends.OutboxEmailBackend'
Emails submitted using django.core.mail.send_mail will be stored in the Outbox with the default backend selected for use when sending.
The emails will remain in the Outbox until send_queued_mail is run.
This can be used on development and test environments to capture emails so they are not sent automatically, and can be reviewed in Django Admin to ensure the contents are correct.
Optional requirements
django_admin_row_actions for some useful actions in the admin interface
requests & social-auth-app-django for Gmail
FAQ
Q: Why did you write this?
A: In order to get both email sending & receiving you’ll have to install post_office AND django_mailbox. Even if you do, you’ll have to work on admin interface for it to look prettier, somehow link replies properly etc. So I’ve decided merging those two and clearing the mess in between them as well as adding some other useful features.
Q: Why did you remove support for Python 2?
A: Because f*ck python2. Really, it’s been 9 (NINE!) years since it came out. Go ahead and check out https://github.com/brettcannon/caniusepython3
Q: Why is it named django_mail_admin, what does it have to do with admin ?
A: Well, the first version of this package (which was living just in a really large admin.py) was used for easy mail management using standard Django admin interface.
Q: What languages are available?
A: Currently there’s Russian and English languages available. Feel free to add yours:
source <YOURVIRTUALENV>/bin/activate python manage.py makemessages -l YOUR_LOCALE -i venv python manage.py compilemessages -l YOUR_LOCALE
Q: Why did you delete support for multi-lingual templates?
A: Well, we have django-model-translations for that. You can easily fork this app and override EmailTemplate model (models/templates.py) accordingly. I think there’s no need for such an overhead in a mail-related app.
Q: I don’t want my outgoing emails to be queued for sending after saving them in the admin interface, what do i do?
A: Just override OutgoingEmailAdmin’s save_model method.
Q: Can i get in touch with you? I want a new feature to be implemented/bug fixed!
A: Feel free to reach me out using issues and pull requests, I’ll review them all and answer when I can.
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_mail_admin-0.3.2.tar.gz
.
File metadata
- Download URL: django_mail_admin-0.3.2.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7403352c99d47e15c34c51a4ef3c19a113f237ba81b010b1e5ae5a8406ea5c84 |
|
MD5 | 0f237360d6024670b525682c2b382656 |
|
BLAKE2b-256 | 6ac30c793d0f2ef4bd6cccfa9c4a1f98ea5a8c60ef5008e6852a946de25ea334 |
File details
Details for the file django_mail_admin-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_mail_admin-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 51.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1eec265a266d8917721beca3df32a6daa0fffd816e16f53e65a4c8bfdea94587 |
|
MD5 | 893491580c7ef87e647dac0acd2e911e |
|
BLAKE2b-256 | 68f6cadbf399f13e43d5fe4e77bdf75681a0031b997c511a22bb9ce1adbfcee4 |