Skip to main content

SSL SMTP Support for Django Framework 4.0 and UP

Project description

Django

Django SSL Support

SSL SMTP email backend for Django Web Framework

Version: 1.1.0

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

Change Log

1.0.0 (21/02/2022)

  • First Release

1.1.0 (21/02/2022)

  • Easy Documentation Added

1.1.1 (21/02/2022)

  • Documentation Modify for proper support

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-1.1.1.tar.gz (2.6 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