F
F
FreezkoSS2020-04-27 12:14:30
Ruby on Rails
FreezkoSS, 2020-04-27 12:14:30

Is there an error on heroku when sending a password reset request by mailer?

Recently I did password recovery and account confirmation in the project, everything works locally, I intercept messages with the letter_opener gem, and after confirmation it redirects to the main page. But when I posted the project on heroku, when I click on reset password, an error occurs.
Here are the heroku logs:
5ea6a1892a6d8575171388.png

On it I intercept messages using SENDGRID.
Here is its setup in production:
5ea6a1f82ebee753528121.png

Well, here is the password recovery controller itself, as a rule, after sending it redirects to the main page, but on heroku it gives an error:
5ea6a24d8420d309372588.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Ponomarev, 2020-05-04
@ilyario

You have error 535 - Authentication Failed and the message says "account disabled" - check if your mail server account is working

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question