django1/django/core/mail
Tim Graham bcae045de0 Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.
starttls(), login(), and other connection methods already call
the method as needed.
2016-12-23 09:22:23 -05:00
..
backends Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend. 2016-12-23 09:22:23 -05:00
__init__.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
message.py Fixed #27469 -- Prevented sending email to empty addresses 2016-11-10 19:47:02 +01:00
utils.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00