django1/django/core/mail/backends
Claude Paroz 59ebe39812 Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Thanks dj.facebook at gmail.com for the report and initial patch
and Areski Belaid and senko for improvements.
2013-07-11 22:00:08 +02:00
..
__init__.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
base.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
console.py Adds generators support for email backends that do not support it. 2013-04-03 19:42:31 -07:00
dummy.py Adds generators support for email backends that do not support it. 2013-04-03 19:42:31 -07:00
filebased.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
locmem.py Adds generators support for email backends that do not support it. 2013-04-03 19:42:31 -07:00
smtp.py Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend 2013-07-11 22:00:08 +02:00