#32331: Using non-ASCII chars in EMAIL_HOST_PASSWORD raises UnicodeEncodeError.
-------------------------------------+-------------------------------------
Reporter: Jln Wntr | Owner: nobody
Type: Bug | Status: closed
Component: Core (Mail) | Version: master
Severity: Normal | Resolution: invalid
Keywords: SMTP, Unicode, | Triage Stage:
password | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => invalid
Comment:
Thanks for this report, however Django passes passwords directly to the
[https://docs.python.org/3/library/smtplib.html#smtplib.SMTP.login
SMTP/SMTP_SSL.login()]. It's an issue in `smtplib` not in Django, see
https://bugs.python.org/issue29750.
--
Ticket URL: <https://code.djangoproject.com/ticket/32331#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.c930724d687091e6bd0cdd4fbc17587c%40djangoproject.com.