Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22013 closed Cleanup/optimization (fixed)

Explain difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL, and link to one another

Reported by: ellisd23@… Owned by: Zbigniew Siciarz
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

This is a re-hashing of the following ticket: https://code.djangoproject.com/ticket/13847

After many years of using Django, I still get these confused. Actually, I'm not even clear on where one is used over another. At the very least, it would be nice to have the entries in the settings documentation link to one another so that people aren't running around trying to figure out why the email sender isn't changing properly.

Change History (5)

comment:1 by Baptiste Mispelon, 10 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

It seems like a good idea.

comment:2 by Zbigniew Siciarz, 10 years ago

Owner: changed from nobody to Zbigniew Siciarz
Status: newassigned

comment:3 by Zbigniew Siciarz, 10 years ago

I clarified the difference between these two. PR here: https://github.com/django/django/pull/2298

comment:4 by Zbigniew Siciarz <antyqjon@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 44814e78ccd3a54da41c1b77ba3504c648ef4e89:

Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL.

comment:5 by Tim Graham <timograham@…>, 10 years ago

In 14366ed33e4473c8c2f321f224dd62221adc7629:

[1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL.

Backport of 44814e78cc from master

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