Changes between Version 1 and Version 2 of Ticket #35713, comment 5
- Timestamp:
- May 12, 2026, 10:47:07 AM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35713, comment 5
v1 v2 1 The p roposed patch for #35581 will [https://github.com/django/django/blob/f6632ee9b2c1b749d3d1cfb9724eb2878bb321fc/tests/mail/tests.py#L2601-L2613 raisean error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend.1 The patch for #35581 [https://github.com/django/django/blob/9ab1991689000821a4d86b8617e1c1455a327482/django/core/mail/backends/smtp.py#L176-L181 raises an error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend. 2 2 3 3 Catching the error earlier, in `message()`, would require additional work.