Opened 6 years ago
Closed 6 years ago
#31325 closed Bug (needsinfo)
Send a mail launch UnicodeError.
| Reported by: | Reinier Hernandez Avila | Owned by: | nobody | 
|---|---|---|---|
| Component: | Core (Mail) | Version: | 3.0 | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
I published this question in stackoverflow https://es.stackoverflow.com/questions/333444/unicodeerror-enviando-un-correo-en-django when i try to send mail with send_mail method this return 
UnicodeError at /accounts/email/ encoding with 'idna' codec failed (UnicodeError: label empty or too long)
Change History (1)
comment:1 by , 6 years ago
| Component: | Uncategorized → Core (Mail) | 
|---|---|
| Resolution: | → needsinfo | 
| Status: | new → closed | 
| Summary: | send a mail launch UnicodeError → Send a mail launch UnicodeError. | 
  Note:
 See   TracTickets
 for help on using tickets.
    
It looks that domain part is invalid. Can you provide an email address that caused this exception?