Re: email console backend is silent

2016-09-29 Thread Mike Dewhirst
Thanks Tim Followed the code to the query to return users with the entered email address and that triggered a deeper look to check I was entering the correct email address. I wasn't. My bad. Django's good. Mike On Wednesday, September 28, 2016 at 4:31:34 AM UTC+10, Tim Graham wrote: > > I woul

Re: email console backend is silent

2016-09-27 Thread Tim Graham
I would put print statements in the Django source code and try to follow its execution. On Sunday, September 25, 2016 at 7:53:20 PM UTC-4, Mike Dewhirst wrote: > > Some little time ago my admin site stopped sending password reset > emails. After checking all the credentials, ports, server names,

email console backend is silent

2016-09-25 Thread Mike Dewhirst
Some little time ago my admin site stopped sending password reset emails. After checking all the credentials, ports, server names, etc it is still silent. So in the dev-server I set EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' and proceeded to request a password reset. Not