Skip to main content

Transactional emails in Django projects made easy

Project description

Requirements

  • django >= 2.2

Quick Start

Install django-transactional-mail

pip install django-transactional-mail

Add transactional_mail to INSTALLED_APPS in your project's settings.py.

INSTALLED_APPS = (
    ...
     'transactional_mail',
    ...
)

Run migrations in your project to create the models for the CMS app.

./manage.py migrate transactional_mail

Distributing and update

Build an sdist to ensure that the templates are included:

python -m build --sdist

Publish to pypi

python3 -m twine upload dist/*

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

django-transactional-mail-0.3.1.tar.gz (8.2 kB view details)

Uploaded Source

File details

Details for the file django-transactional-mail-0.3.1.tar.gz.

File metadata

File hashes

Hashes for django-transactional-mail-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0157cdf2cf8175649da9d4f618362d0c29676eaed5ceeed470d64d16fa65c888
MD5 2a621060477724763064d37ab753d7c5
BLAKE2b-256 71be7124a4bd1fbdba804ab0fc8e66d17ab5dbc3051bae6783f4acb075c3e736

See more details on using hashes here.

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