Rails 应用程序不会在生产模式下发送电子邮件
嘿,我正在使用 Rails 2.3.5 并使用 rufus 调度程序定期发送电子邮件。这在开发模式下工作得很好,但惊喜生产模式却出现了一些问题。我在开发和生产文件中设置了相同的 actionmailer 设置。我有什么遗漏的吗?
Hey, I'm using Rails 2.3.5 and using rufus scheduler to send periodic emails. This works fine in development mode, but surprise surprise production mode has borked something. I've set the same actionmailer settings in both development and production files. Is there something I am missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,是的,我想你是对的。这些设置被设置为像外部服务器一样访问服务器。我的意思是我更改了选项,例如本地主机的地址并注释掉其他选项。检查一下:
希望这对其他人有帮助。
hey, yes you're right i think. The settings were set to access the server as if it was external. By that I mean I changed options like the address to localhost and commenting out others. Check it out:
Hope this helps somebody else.