SSL SMTP Support for Django Framework 4.0 and UP
Project description
Django SSL Support
SSL SMTP email backend for Django Web Framework
Version: 1.1.0
Installation
pip install django-ssl-smtp
and add following to your settings.py
:
EMAIL_BACKEND = 'django_ssl_smtp.SSLEmailBackend'
EMAIL_HOST = 'mail.example.com'
EMAIL_PORT = 465
DEFAULT_FROM_EMAIL = user@example.com
**DEFAULT_FROM_EMAIL ** is optional, But most of the ssl smtp do not allow random sender name.
For any kind of bug or update. Request to contact@himelrana.com
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-ssl-smtp-2.0.0.tar.gz
(2.4 kB
view details)
File details
Details for the file django-ssl-smtp-2.0.0.tar.gz
.
File metadata
- Download URL: django-ssl-smtp-2.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7997f6c90d42a5b0c72569e55b4280592edbf1a4db8a76780aa9e21d3e77c20b |
|
MD5 | 55012bd78fc5ed68115aa2b9f940879b |
|
BLAKE2b-256 | 17d296d680872f5e0f5ffbffdc16790f8020a42d73adae2f5ea1d0a44c15504f |