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
f7e91cac68
django1
/
django
/
core
/
mail
/
backends
History
levental
42dc9d0400
Fixed
#26210
-- Prevented SMTP backend from trying to send mail after a connection failure.
2016-09-21 16:45:10 -04:00
..
__init__.py
Fixed
#10355
-- Added an API for pluggable e-mail backends.
2009-11-03 12:53:26 +00:00
base.py
Fixed
#22327
-- Turned BaseEmailBackend into a context manager
2014-03-31 14:08:51 -04:00
console.py
Decode mails using the message encoding.
2013-12-30 23:54:12 +01:00
dummy.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
filebased.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
locmem.py
Fixed
#27036
-- Made locmem email backend's send_messages() accept generators.
2016-08-08 20:13:29 -04:00
smtp.py
Fixed
#26210
-- Prevented SMTP backend from trying to send mail after a connection failure.
2016-09-21 16:45:10 -04:00