#19325 closed New feature (fixed)
Make E-Mail Connection Overridable in AdminEmailHandler
Reported by: | hannesstruss | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | logging |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Users might want to use a different email backend for error logging than the default one configured in the settings, e.g. if the default backend uses unreliable/delayed delivery methods such as an asynchronous task worker.
Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 12 years ago
New pull request with docs and tests: https://github.com/django/django/pull/546
comment:4 by , 12 years ago
Needs documentation: | unset |
---|---|
Needs tests: | unset |
Don't forget to update the ticket metadata if you want someone to review your patch.
As 1.5 is feature-frozen now, this will probably be for 1.6.
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/543