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

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

问题描述

有没有人知道一个插件或可以用来发送大量电子邮件的Rails应用程序?



具体来说,我想通过一个HTML电子邮件文件到耙子任务或东西,并通过电子邮件发送给已注册到我的网站的所有人,并检查请发送有关XXX的信息框。



我为自己写了一个黑客版本,但我想要一些巧妙地扼制自己的东西,如果中断,可以拿起它离开的地方。



更新:我最终中断了我的信用卡,并注册了一个真正的批量电子邮件服务,而且这是正确的选择。由此产生的电子邮件非常专业,内置分析功能,也可与Google Analytics(分析)进行整合,而且由于其他一些原因,它们非常棒。



如果您正在查看要使用Rails进行批量电子邮件,建议您使用 Mailchimp 服务(这里是我的会员链接,注册时有奖励)以及 hominid gem 。这将允许您将数据库中的所有用户电子邮件同步到Mailchimp,然后使用实际的批量服务,而不是一些笨蛋修补。



另一个更新:我听说过 Maktoub 今天,这正是我正在描述的。免责声明:我从来没有使用过,并且仍然可以通过付费服务进行清除,但仍然可能比滚动您自己更好。

解决方案

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


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

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.

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.

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.

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.

解决方案

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天全站免登陆