Metadata-Version: 2.1
Name: django-ssl-smtp
Version: 2.0.0
Summary: SSL SMTP Support for Django Framework 4.0 and UP
Home-page: https://himelrana.com
Author: Himel
Author-email: contact@himelrana.com
License: MIT
Keywords: django,smtp,ssl smtp,smtp ssl,django ssl smtp,django smtp ssl,ssl
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

**Django SSL Support**
###### SSL SMTP email backend for Django Web Framework
------------
**Version: 1.1.0**
------------
[![Django](https://static.djangoproject.com/img/logos/django-logo-negative.png "Django")](https://djangoproject.com "Django")

[![SMTP](https://mailtrap.io/wp-content/uploads/2019/10/use-port-number-1.png "SMTP")](https://himelrana.com "SMTP")

------------
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`


