Django password reset. Not sending mail
问题 I'm trying to get the django password reset working but the reset email does not get sent. I know my email is properly configured because the following works both in the shell and in one of my views (I'm using it to get support email to myself). from django.core.mail import send_mail send_mail('Subject here', 'Here is the message.', 'admin@mydomain.com',['me@gmail.com'], fail_silently=False) I can get to my reset password view ( password/reset/ ) and after I give it my email it correctly