Magento – We’re unable to send the password reset email in Magento 2

emailmagento-2.1.3passwordpassword-recovery

When i try to reset my password by using forgot password link, i get this error.

We're unable to send the password reset email

Best Answer

If you are on live server you need to enable sending emails and if you are on local server then you can achieve it by installing some Magento 2 extensions which are working perfectly.

Some of the tested extensions for custom SMTP are listed below:

https://github.com/mageplaza/magento-2-smtp

First you need to send testing mail if it will work then you can go further and if this will not work then you need to debug like store id and area etc do let me know if you are facing the issue.