DEV Community

Discussion on: Flask Rest API -Part:5- Password Reset

Collapse
 
scarow profile image
Sam Carow

This tutorial is excellent! One thing to note, I had to add MAIL_SUPPRESS_SEND = False to get the HTML to appear on my localhost:1025 server.

I didn't follow this tutorial exactly since my app is already set up slightly differently, but thought this could help anyone else who isn't seeing output on their mail server.