mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
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. |
||
|---|---|---|
| .. | ||
| attachments | ||
| __init__.py | ||
| custombackend.py | ||
| test_sendtestemail.py | ||
| tests.py | ||