django1/django/core/mail
Marc Tamlyn 9d2c5b0420 Undelete the `return True` removed in 4e0a2fe.
This is quite important otherwise we don't close our connections to the
SMTP server.
2014-01-12 23:38:28 +00:00
..
backends Undelete the `return True` removed in 4e0a2fe. 2014-01-12 23:38:28 +00:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
message.py Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes). 2013-12-28 18:35:17 +01:00
utils.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00