[Django] #13847: PasswordResetForm sends emails using "webmaster@localhost"

40 views
Skip to first unread message

Django

unread,
Jun 28, 2010, 12:59:37 PM6/28/10
to djang...@holovaty.com, django-...@googlegroups.com
#13847: PasswordResetForm sends emails using "webmaster@localhost"
----------------------------+-----------------------------------------------
Reporter: Ciantic | Owner: nobody
Status: new | Milestone:
Component: Authentication | Version: 1.2
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
django.contrib.auth.forms.PasswordResetForm.save() function uses ''None''
as a from email address, and seems to default to "webmaster@localhost" on
my computer.

Instead it should use the same address as others, the one defined in
settings.SERVER_EMAIL

--
Ticket URL: <http://code.djangoproject.com/ticket/13847>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jun 28, 2010, 1:04:08 PM6/28/10
to djang...@holovaty.com, django-...@googlegroups.com
#13847: PasswordResetForm sends emails using "webmaster@localhost"
-------------------------------------+--------------------------------------
Reporter: Ciantic | Owner: nobody
Status: closed | Milestone:
Component: Authentication | Version: 1.2
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by Ciantic):

* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0

Comment:

Found out that there is another setting called:
{{{
settings.DEFAULT_FROM_EMAIL
}}}
Which does the thing.

--
Ticket URL: <http://code.djangoproject.com/ticket/13847#comment:1>
Reply all
Reply to author
Forward
0 new messages