使用什么进/出绑定邮件系统?托管或不托管?
我有一个 ruby/rails 应用程序,可以将电子邮件直接集成到应用程序中。该应用程序将在多个域上运行,每个域可能有许多用户发送和接收电子邮件。
我研究了 sendgrid、mailchimp 和 mad mimi 作为托管服务,并希望创建自己的电子邮件服务器。
两种解决方案都有优点和缺点,我不确定该选择哪一种,希望有人能给我建议?
任何帮助都会很棒。我知道电子邮件管理起来很麻烦,但一旦设置正确就不会那么糟糕?
提前致谢 瑞克
I have a ruby / rails application that integrates in and outgoing email directly into the app. The app is going to be running on multiple domains each with posible many users sending and recieving email.
I have looked into sendgrid, mailchimp and mad mimi as hosted services and also looked to create my own email server.
There are advantages and disadvantages of both solutions and i am not sure which one to go down and am hoping someone can give me advice ??
Any help will be great. I know email is a hassle to manage but once set up correctly cant be that bad ??
Thanks in advance
Rick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
托管您自己的邮件传输代理 (MTA) 有一些好处,例如更容易创建邮箱和减少延迟,但它需要更多的维护。垃圾邮件过滤还存在需要不断调整的问题。外部公司可能会拥有更先进的过滤系统,您可以利用通过该系统的大量流量。
永远不要低估随着集成更多组件而增加的正常运行时间的工作量。
Hosting your own Mail Transfer Agent (MTA) has some benefits with easier mailbox creation and less latency but it requires significantly more maintenance. There's also the problem with spam filtering that would require some constant tweaking. An outside firm will likely have a more advanced filtering system in place that you can leverage the larger quantity of traffic passing through it.
Never underestimate the increased effort for uptime as more components are integrated.
我会使用 Heroku,它有一些邮件插件
I'd use Heroku, the have some mail add-ons