Action::Mailer not delivering mail to the recepients

ぃ、小莉子 提交于 2019-12-05 11:15:51
Suganya

I tried to raise run time errors using the following code.

I added these lines in development.rb file.

config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true

I have done a very silly mistake. I had two-step verification turned on in my gmail account which I used for default :from. So I disabled it and I got my application working.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!