Rails 应用程序有批量电子邮件插件吗? [英] Is there a bulk email plugin for Rails apps?

查看:25
本文介绍了Rails 应用程序有批量电子邮件插件吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道可以用来为 Rails 应用程序发送大量电子邮件的插件或其他东西?

Does anyone know of a plugin or something that can be used to send bulk emails for a Rails app?

具体来说,我希望能够将 HTML 电子邮件文件传递给 rake 任务或其他内容,并将其通过电子邮件发送给所有注册我的网站并选中请向我发送有关 XXX 的信息"框的人.

Specifically, I'd like to be able to pass an HTML email file to a rake task or something and have it emailed out to everyone who has signed up to my site and checked the "please send me info about XXX" box.

我为自己写了一个混合版本,但我想要一些可以巧妙地自我节流并且可以在中断时从中断处继续的东西.

I wrote kind of a hacked-together version for myself, but I'd like something that throttles itself somewhat smartly and can pick up where it left off if interrupted.

更新:我最终崩溃了,拿出我的信用卡并注册了一个真正的群发电子邮件服务,该死的选择是正确的.生成的电子邮件非常专业,它们具有内置分析功能,还与 Google Analytics 集成,还有很多其他原因.

Update: I eventually broke down and got out my credit card and signed up for a real bulk email service, and damn was that the right choice. The resulting emails are very professional, they have built-in analytics, also integrate with Google Analytics, and it's awesome for a ton of other reasons.

如果您希望使用 Rails 发送大量电子邮件,我建议您使用 Mailchimp 服务(这是我的 附属链接,注册有奖励)以及 原始人宝石.这将允许您将所有用户电子邮件从您的数据库同步到 Mailchimp,然后使用真正的批量服务而不是一些糟糕的拼凑在一起的服务.

If you're looking to do bulk emails with Rails, I would suggest using the Mailchimp service (here's my affiliate link that has a bonus on signup) along with the hominid gem. This will allow you to sync all your user emails from your database to Mailchimp, then use a real bulk service instead of some crappy patched together one.

另一个更新:我听说了 Maktoub 今天,这几乎就是我所描述的.免责声明:我从未使用过它,并且可能仍然会避开并使用付费服务,但它仍然可能比滚动你拥有更好.

Another Update: I heard about Maktoub today, and it's pretty much exactly what I was describing. Disclaimer: I have never used it and would still probably steer clear and go with a paid service, but it's still probably better than rolling you own.

推荐答案

我不知道这是插件可以覆盖的那种东西,因为有整个网站/应用程序专门用于这种东西.如果您想使用其中之一,那么可以使用 www.campaignmonitor.com,它非常好,并且它有一个您可以从您的应用程序挂钩的 api.

I don't know that this is the kind of thing that can be covered by a plugin as there are whole sites/applications dedicated to this kind of thing. If you wanted to use one of those then there is www.campaignmonitor.com, it's pretty good and it has an api that you can hook into from your application.

这篇关于Rails 应用程序有批量电子邮件插件吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆