This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
181f63c22d
django1
/
django
/
core
/
mail
/
backends
History
Brendon Crawford
cd1ca26702
Adds generators support for email backends that do not support it.
2013-04-03 19:42:31 -07: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
Replaced deprecated sslerror by ssl.SSLError
2013-01-03 22:16:43 +01:00