A helper library for asynchronously sending HTML emails written in Markdown
Project description
Podiant template mail
A helper library for asynchronously sending HTML emails written in Markdown
Quickstart
Install Template Mail:
pip install podiant-template-mail
Add it to your INSTALLED_APPS
:
INSTALLED_APPS = (
...
'template_mail',
...
)
Add Template Mail's URL patterns:
from template_mail import urls as template_mail_urls
urlpatterns = [
...
url(r'^', include(template_mail_urls)),
...
]
Running tests
Does the code actually work?
coverage run --source template_mail runtests.py
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
Close
Hashes for podiant-template-mail-1.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a78f35a56be9f7d9a749d5d95b9b6f593c4c1e8d530fbfbfb22fa1c682a8d029 |
|
MD5 | 78259e98d6442743885bd547820e6f23 |
|
BLAKE2b-256 | bfcad3fe0afea4f22d8a681d2748b6911915570ec4d8f8358c900fc89f303651 |