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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-smtp-alternative-1.0.0.tar.gz
.
File metadata
- Download URL: django-smtp-alternative-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f01c032e217262c91fe8620de92340fb22b3863c0fc0134c89f6780160a42d5 |
|
MD5 | 5e52c7a5eec61dab39fdc9fef08a5ffc |
|
BLAKE2b-256 | 995f28b251d879cfb7b5e08917f80972cbebb7cac64c2505138f68aafdc4d243 |