Skip to main content

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:

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-1.3.0.tar.gz (6.0 kB view details)

Uploaded Source

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

Hashes for podiant-template-mail-1.3.0.tar.gz
Algorithm Hash digest
SHA256 a78f35a56be9f7d9a749d5d95b9b6f593c4c1e8d530fbfbfb22fa1c682a8d029
MD5 78259e98d6442743885bd547820e6f23
BLAKE2b-256 bfcad3fe0afea4f22d8a681d2748b6911915570ec4d8f8358c900fc89f303651

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.0 This release

1 file

1.2.0

1 file

1.1.0

1 file

1.0.0

1 file

0.3.0

1 file

0.2.1

1 file

0.2.0

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page