No password rest email being sent

Password recovery emails in my app have stopped working. I have tried to switch provider from custom to auth0 and back with no results. This worked previously but have stopped working for some reason. Sending test mails from the Dashboard works but when using auth0-lock in my app no email is delivered, even though both the logs and the auth0-lock widget reports success. Any ideas on why this has stopped working?

If you haven’t done so already I would check the answer to this similar question as you may be in the same situation. Long story short, the reset password email template may have been disabled and given there’s no toggle at the UI level you may need to enable it through the API.

Yes, this fixed it!
Thank you.