App for Django featuring class based email sending.
Project description
django-email-tools is a suite of tools meant to assist in sending emails from your Django app.
Prerequisites
Python: 2.7, 3.5 and 3.6 Django: 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2
Installation
Install the package:
pip install django-emailtools-reloaded
Add emailtools to your INSTALLED_APPS:
INSTALLED_APPS = ( # ... 'emailtools', # ... )
Testing
Test current environment
./runtests.py
Test all environments
tox
Documentation
See documentation here.
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
Close
Hashes for django-emailtools-reloaded-0.2.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8739f5c88de16c9604e7f48cb425a45795e49a421b49f82528c7ad9c143b17f7 |
|
MD5 | 2f2203e502a6cbd4de6ac01c8fdf907b |
|
BLAKE2b-256 | 7cc7d18bcf6b3f9833a4ffae603842f83017290617e3cf2003b0866715e77121 |
Close
Hashes for django_emailtools_reloaded-0.2.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcaf348088a176614327e57d48a500b8f7a78a5ace0fa776da822ee6ccd63613 |
|
MD5 | 8a555b392089283e4ce398c87d77cc1f |
|
BLAKE2b-256 | 9a6e80c7d38cb1347e304ddb63117ebf954e43e3b377dee170833e85e3509dfd |