【问题标题】:Unable to send mail through mandrill in rails application deployed on Google compute engine无法通过谷歌计算引擎上部署的 Rails 应用程序中的 mandrill 发送邮件
【发布时间】:2014-10-15 14:11:03
【问题描述】:

我在 Google Compute Engine 上部署了一个 rails 应用。 一切正常,它需要在应用程序中发送邮件,所以我按照this 链接发送邮件,它在本地工作,但我无法通过 mandrill smtp 设置发送邮件。

我总是收到 Timeout::Error (execution expired) 错误消息,可能是什么原因??

知道可能是什么问题吗?

【问题讨论】:

标签: ruby-on-rails actionmailer google-compute-engine


【解决方案1】:

Google Compute Engine 不支持outbound TCP connections on port 25。相反,您可以使用 Mandrill 也支持的端口 2525。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-01-20
    • 2020-05-17
    • 1970-01-01
    • 2019-05-24
    • 2015-04-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多