RoR:设计:heroku 上的电子邮件确认给出连接被拒绝错误
因此,在我的 production.rb 文件中,我将应用程序的名称作为主机:
config.action_mailer.default_url_options = { :host => 'comsat.heroku.com' }
但是,在我尝试注册后,它显示:
2011-08-14T05:47:00+00:00 app[web.1]: Sent mail to aoeuaoeu[fake]@gmail.com (3047ms)
2011-08-14T05:47:00+00:00 app[web.1]: Completed 500 Internal Server Error in 3412ms
2011-08-14T05:47:00+00:00 app[web.1]:
2011-08-14T05:47:00+00:00 app[web.1]: Errno::ECONNREFUSED (Connection refused - connect(2)):
=\
我该怎么办?
so, in my production.rb file, I have the name of my app as the host:
config.action_mailer.default_url_options = { :host => 'comsat.heroku.com' }
But, after I try registering, it says:
2011-08-14T05:47:00+00:00 app[web.1]: Sent mail to aoeuaoeu[fake]@gmail.com (3047ms)
2011-08-14T05:47:00+00:00 app[web.1]: Completed 500 Internal Server Error in 3412ms
2011-08-14T05:47:00+00:00 app[web.1]:
2011-08-14T05:47:00+00:00 app[web.1]: Errno::ECONNREFUSED (Connection refused - connect(2)):
=\
What do I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 sendgrid: http://devcenter.heroku.com/articles/sendgrid
Try sendgrid: http://devcenter.heroku.com/articles/sendgrid