Skip to main content

A helper library for asynchronously sending HTML emails written in Markdown

Project description

Podiant template mail

Build Coverage

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

podiant-template-mail-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page