Opened 15 years ago

Closed 14 years ago

Last modified 12 years ago

#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)

11680.diff (1.2 KB ) - added by Jeff Ammons 14 years ago.
Fix for docs

Download all attachments as: .zip

Change History (9)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Jeff Ammons, 14 years ago

Owner: changed from nobody to Jeff Ammons

comment:3 by Jeff Ammons, 14 years ago

Has patch: set

by Jeff Ammons, 14 years ago

Attachment: 11680.diff added

Fix for docs

comment:4 by Jeremy Dunck, 14 years ago

Owner: changed from Jeff Ammons to Jeremy Dunck
Status: newassigned
Triage Stage: AcceptedReady for checkin

comment:5 by Russell Keith-Magee, 14 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinAccepted

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 James Bennett, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12686]) Fixed #11680: Added a note in the error-reporting documentation about basic e-mail configuration.

comment:7 by James Bennett, 14 years ago

(In [12687]) [1.1.X] Fixed #11680: Added a note in the error-reporting documentation about basic e-mail configuration. Backport of [12686] from trunk.

comment:8 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top