Send mail error : Net::SMTPAuthenticationError in Devise::PasswordsController#create
I would like to try out the mailing function of the template. I have changed the settings of sendgrid conifg/environments/development.rb, and got the error
Net::SMTPAuthenticationError in Devise::PasswordsController#create
535 Authentication failed: Bad username / password
def check_auth_response(res)
unless res.success?
raise SMTPAuthenticationError, res.message
end
end
I am pretty sure the username/password are set correctly, Any idea?
I get stuck with this error. suggestions are very welcomed ?
Notifications
You’re not receiving notifications from this thread.