Skip to content
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e993726
Initial draft
medmunds Feb 9, 2026
cb21f11
Fix typos and wrapping errors
medmunds Feb 10, 2026
9d60536
Note "alias" is forbidden in OPTIONS dict
medmunds Feb 10, 2026
41b0468
Additional background on `fail_silently` intent
medmunds Feb 11, 2026
454f198
Change `provider` to a send-time arg
medmunds Feb 11, 2026
67ee748
Discourage misuse of extra kwargs in providers.create_connection()
medmunds Feb 11, 2026
897b5c8
Update last-modified date
medmunds Feb 11, 2026
58ebef1
Incorporated review feedback.
medmunds Feb 17, 2026
b1c6c1c
Clarified get_connection() deprecation and recommended replacements.
medmunds Feb 19, 2026
af1e9d2
Fixed EmailMessage.send() implementation sketches.
medmunds Feb 24, 2026
5183711
Fix a `using` vs `provider` reference
medmunds Feb 24, 2026
0d3a9ff
Clarify differences from existing PR.
medmunds Feb 24, 2026
30fd11e
Link `fail_silently` forum discussion
medmunds Feb 24, 2026
82a2a2c
Update modified date
medmunds Feb 24, 2026
d7e28c1
Housekeeping
medmunds Mar 11, 2026
14bc952
Deprecate fail_silently; remove default provider; add is_configured()
medmunds Mar 13, 2026
bb0d109
Proofreading
medmunds Mar 13, 2026
b5d5a0c
Specify InvalidEmailProvider
medmunds Mar 13, 2026
2803992
Clarify `using`
medmunds Mar 13, 2026
bcc0ae6
Simplify default settings during deprecation period
medmunds Mar 13, 2026
7bdd08c
Update modified date
medmunds Mar 13, 2026
73435dd
Clarify is_configured()
medmunds Mar 13, 2026
23b07ad
Clarify mail.providers support for mapping operations
medmunds Mar 13, 2026
be78117
Clarify fail_silently handling in EmailBackends
medmunds Mar 13, 2026
4a5dea7
Add EmailProviderDoesNotExist and remove mail.is_configured().
medmunds Mar 25, 2026
4a71a4f
Add other container APIs to mail.providers factory.
medmunds Mar 25, 2026
260aca9
Update EmailBackend and BaseEmailBackend changes based on draft PR
medmunds Apr 4, 2026
7b6594f
Switch reference implementation to new PR
medmunds Apr 4, 2026
e1bc5fa
Treat providers[None] as default provider
medmunds Apr 4, 2026
192d8e2
SMTP EmailBackend default host and port changes
medmunds Apr 4, 2026
87d36ee
Add `sent_using` property in locmem test outbox
medmunds Apr 4, 2026
1bb841a
Note that EmailMessage.get_connection() removed
medmunds Apr 4, 2026
d6a1cab
Simplify providers.default and get_connection() behavior during depre…
medmunds Apr 4, 2026
afe9c84
Removed special providers[None] handling
medmunds Apr 5, 2026
1096c55
Incorporate review feedback
medmunds Apr 21, 2026
58e87eb
fixup! Switch reference implementation to new PR
medmunds Apr 21, 2026
8230425
Update following implementation
medmunds Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading