#11680 closed (fixed)
add references to EMAIL* settings when discussing error notifications
| Reported by: | Chris Curvey | Owned by: | Jeremy Dunck |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | UI/UX: |
Description
it might be nice to add a sentence saying that EMAIL_HOST, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD affect the sending of error emails to admins at http://docs.djangoproject.com/en/dev/howto/error-reporting/
Attachments (1)
Change History (9)
comment:1 by , 16 years ago
| milestone: | → 1.2 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|
comment:3 by , 16 years ago
| Has patch: | set |
|---|
by , 16 years ago
| Attachment: | 11680.diff added |
|---|
comment:4 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Accepted → Ready for checkin |
comment:5 by , 16 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Ready for checkin → Accepted |
The patch isn't really correct - the error emails are sent to the default email backend, so the instructions should read that you need to configure that backend as documented in the email backends docs. In most cases, this will mean EMAIL_HOST etc, but it might not.
comment:6 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:7 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Fix for docs