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
File details
Details for the file podiant-template-mail-1.3.0.tar.gz.
File metadata
- Download URL: podiant-template-mail-1.3.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a78f35a56be9f7d9a749d5d95b9b6f593c4c1e8d530fbfbfb22fa1c682a8d029
|
|
| MD5 |
78259e98d6442743885bd547820e6f23
|
|
| BLAKE2b-256 |
bfcad3fe0afea4f22d8a681d2748b6911915570ec4d8f8358c900fc89f303651
|