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).
>
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
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
3 matches
Mail list logo