Re: Password reset email not sent

2017-08-04 Thread Артём Думанов
Did you solve it? среда, 5 мая 2010 г., 0:16:41 UTC+3 пользователь janedenone написал: > > Hi, > > when using Django's password reset mechanism, the confirmation email > is not sent (although some of my custom views do send email > successfully using the SMTP configuration from settings.py). >

Re: Password reset email not sent

2013-04-04 Thread Max Lynch
I had the same problem, and it turned out to be that I didn't have a value set for DEFAULT_FROM_EMAIL. Hope that helps someone in the future. On Tuesday, May 4, 2010 4:28:04 PM UTC-5, Shawn Milochik wrote: > > I don't know why your e-mail isn't being sent, but I know that if multiple > User ins

Re: Password reset email not sent

2010-05-04 Thread Shawn Milochik
I don't know why your e-mail isn't being sent, but I know that if multiple User instances have the same e-mail address, then that e-mail address will receive one message per User. Each one will specify the username, so it's easy to reset the correct password. Shawn -- You received this messa