Skip to main content

Client for the DarthMail project

Project description

django-darthmail

Module for using darthmail as an EMAIL_BACKEND in Django.

Settings

EMAIL_BACKEND = 'django_darthmail.backends.DarthMailBackend'
EMAIL_DARTHMAIL_URL = 'https://some.darthmail.instance.url'
EMAIL_DARTHMAIL_TOKEN = 'someauthtoken'
EMAIL_DARTHMAIL_FALLBACK = 'django.core.mail.backends.smtp.EmailBackend'

Making a new release

bumpversion is used to manage releases.

After reaching a releasable state, run bumpversion <major|minor|patch>, then ./setup.py publish

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-darthmail-0.1.11.tar.gz (7.3 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