0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/mail
Sergei Maertens ec009ef1d8 Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
On Python 3, sending emails failed for addresses containing non-ASCII
characters due to the usage of the legacy Python email.utils.formataddr()
function. This is fixed by using the proper Address object on Python 3.
2016-05-06 14:34:11 -04:00
..
attachments
__init__.py
custombackend.py
test_sendtestemail.py
tests.py Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address. 2016-05-06 14:34:11 -04:00