Changes between Version 1 and Version 2 of Ticket #35514, comment 25
- Timestamp:
- Feb 9, 2026, 7:41:04 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35514, comment 25
v1 v2 8 8 Once I started pulling at threads, it ended up longer than I expected (and uncovered a few other issues in Django's current email docs). 9 9 10 Search for 🤔 for open questions. Notably, `mail.providers[alias]` exposes a [https://github.com/medmunds/deps/blob/e 9937268f6130e57909a3c39a77075d40e6c97f5/draft/email-providers.md#the-fail_silently-problem design problem with fail_silently] that could use a creative solution.10 Search 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. 11 11 12 12 Separately, 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.