Rails3 和 Heroku:发送电子邮件?
我已将 Beta 应用程序部署到 Heroku,并正在阅读他们有关发送电子邮件的文章。我不认为我每天的收入会超过 100。他们建议的似乎有 2 条路线:
1)他们的 sendgrid 插件 文章
2)使用 gmail 文章
3) 我有自己的非 Rails Web 托管包 - 我可以使用它吗?
有人有使用其中任何一个的经验吗?哪个被认为更好/更容易管理?
I have deployed my Beta App to Heroku and am reading their articles about sending emails. I don't imagine I will be generating more then 100 per day. There seems to be 2 routes they suggest:
1) their sendgrid add-on Article
2) using gmail Article
3) I have my own non-rails web hosting package - could I use this?
Does anyone have experience of using either of these? Which is considered better/easier to manage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Heroku 上,我会推荐 Sendgrid 而不是 Gmail 解决方案。 Sendgrid 集成良好,您不会触及 200 封电子邮件的限制。
目前,我使用 Sendgrid 和 Heroku 上的 CommunityGuides 以及 Gmail 进行本地测试。 Sendgrid 的设置非常简单。
On Heroku I would recommend Sendgrid over the Gmail solution. Sendgrid is well integrated and you won't touch the 200 emails limit.
Currently, I use both: Sendgrid with CommunityGuides on Heroku and Gmail for local testing. Sendgrid was painless to set up.