django1/django/core/mail
Chason Chaffin 55b68de643 Fixed -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII.
Assisted by felixxm.
2019-07-03 10:49:03 +02:00
..
backends Fixed -- Simplified directory creation with os.makedirs(..., exist_ok=True). 2019-01-31 12:53:36 -05:00
__init__.py Fixed -- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly. 2019-07-02 07:34:07 +02:00
message.py Refs -- Added django.utils.encoding.punycode(). 2019-07-03 10:48:02 +02:00
utils.py Fixed -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. 2019-07-03 10:49:03 +02:00