Changes between Version 1 and Version 2 of Ticket #35514, comment 25


Ignore:
Timestamp:
Feb 9, 2026, 7:41:04 PM (3 weeks ago)
Author:
Mike Edmunds

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35514, comment 25

    v1 v2  
    88Once I started pulling at threads, it ended up longer than I expected (and uncovered a few other issues in Django's current email docs).
    99
    10 Search for 🤔 for open questions. Notably, `mail.providers[alias]` exposes a [https://github.com/medmunds/deps/blob/e9937268f6130e57909a3c39a77075d40e6c97f5/draft/email-providers.md#the-fail_silently-problem design problem with fail_silently] that could use a creative solution.
     10Search for 🤔 for open questions. Notably, `mail.providers[alias]` exposes a [https://github.com/medmunds/deps/blob/email-providers/draft/email-providers.md#the-fail_silently-problem design problem with fail_silently] that could use a creative solution.
    1111
    1212Separately, we might discuss how best to break up the large set of changes into manageable (and reviewable) stages. But getting agreement on the main spec is probably more pressing.
Back to Top