Skip to content

RulongWang/django-smtp-ssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-smtp-ssl

SMTP SSL email backend for Django

Installation

settings.py:

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

About

SMTP SSL email backend for Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published