Skip to main content

Django email backend providing sending with alternative SMTP server if primary server fails

Project description

Django email backend providing sending with alternative SMTP server if primary server fails

Installation

pip install django-smtp-alternative

Usage

Edit settings.py

EMAIL_BACKEND = "django_smtp_alternative.EmailBackend"

ALTERNATIVE_EMAIL_HOST = 'alternative.host'
ALTERNATIVE_EMAIL_PORT = '25'

Following settings are not required, if some is not defined or set to None, is used default settings acording to primary SMTP configuration.

ALTERNATIVE_EMAIL_HOST_USER = 'username'
ALTERNATIVE_EMAIL_HOST_PASSWORD = 'password'
ALTERNATIVE_EMAIL_USE_TLS = False

License

LGPLv3

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-smtp-alternative-1.0.0.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file django-smtp-alternative-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-smtp-alternative-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9f01c032e217262c91fe8620de92340fb22b3863c0fc0134c89f6780160a42d5
MD5 5e52c7a5eec61dab39fdc9fef08a5ffc
BLAKE2b-256 995f28b251d879cfb7b5e08917f80972cbebb7cac64c2505138f68aafdc4d243

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