Skip to content

bancek/django-smtp-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-smtp-ssl

SMTP SSL email backend for Django

NOTE: Django >=1.7 includes support for SMTP with SSL/TLS; hence django-smtp-ssl is obsolete.

Installation

Run

pip install django-smtp-ssl

and add following to your settings.py:

EMAIL_BACKEND = 'django_smtp_ssl.SSLEmailBackend'
EMAIL_HOST = 'mail.example.com'
EMAIL_PORT = 465

About

SMTP SSL email backend for Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages