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

emailmagento-2.1

I'm using Magento 2.1 When I try to reset my password by using forgot password link, I get following error.

Error : We're unable to send the password reset email.

Best Answer

You will require to install SMTP module to send email in Magento2.Magento 2 default not providing this feature.

You can install below module and configure settings

https://github.com/magepal/magento2-gmail-smtp-app

After install put your email id and password in settings and send test mail.

enter image description here

if you still getting issue,check your log file and let me know.

Note: Install module with composer.

Thanks,

Related Topic