Re: How to turn off SMTP login during forgot password in django-auth module

2022-03-23 Thread Sujit Pal
to settings.py allowed the mail to be delivered without getting caught in any filter. -sujit On Tuesday, March 22, 2022 at 4:34:50 PM UTC-7 Sujit Pal wrote: > I implemented registration / login / forgot password functionality in my > application following the steps described here - &

How to turn off SMTP login during forgot password in django-auth module

2022-03-22 Thread Sujit Pal
I implemented registration / login / forgot password functionality in my application following the steps described here -https://simpleisbetterthancomplex.com/tutorial/2016/09/19/how-to-create-password-reset-view.html I have it working with a google email and password sending on smtp.gmail.com.