Changes between Initial Version and Version 1 of Ticket #35713, comment 5


Ignore:
Timestamp:
Mar 18, 2025, 3:35:29 PM (6 months ago)
Author:
Mike Edmunds

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35713, comment 5

    initial v1  
    1 The proposed patch for #35581 will [https://github.com/medmunds/django/blob/efbc7c8cfb858286f573ea8af6dc264b4709a1a9/tests/mail/tests.py#L2406-L2418 raise an error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend.
     1The proposed patch for #35581 will [https://github.com/django/django/blob/f6632ee9b2c1b749d3d1cfb9724eb2878bb321fc/tests/mail/tests.py#L2601-L2613 raise an error for non-ASCII local-parts] in `send()` when using the SMTP EmailBackend.
    22
    33Catching the error earlier, in `message()`, would require additional work.
Back to Top