3

I've got a Rails 3.2 app that will need to send various transactional & bulk (marketing) types of emails. Ideally I'd be able to use a service (like Sendgrid or Amazon SES) to improve deliverability and for unsubscribe support. I've mostly used Sendgrid in the past, but I need the 'unsubscribe' to be just for a specific category of the email (there are around 6 categories). I can't have someone unsubscribing from a marketing email and miss out on notification or invitation emails. Does anyone know of an service that supports this, or does this just have to be done internally? It seems like there's a lot to deal with related to best practices for deliverability, list-unsubscribe, etc. if you manage it yourself.

I see this discussion on sendgrid, but seems to be pending still: http://community.sendgrid.com/sendgrid/topics/unsubscribe_and_categories

I'm happy to go with any service if it integrates relatively easily with Rails and can support category/type based subscription management. Or perhaps a hybrid approach with different services or separate accounts on the same service, if they allow that for the same domain?

I very much appreciate any feedback on how others have tackled this.

Thanks!

4

2 回答 2

2

SendGrid 目前正在开发此功能,我们希望尽快推出。目前还没有发布此功能的确切时间,但听起来这正是您正在寻找的。查看 SendGrid 的博客,它将在此功能可用于 beta 测试时更新。

http://www.sendgrid.com/blog

谢谢布赖恩

于 2012-10-25T15:31:02.107 回答
0

看起来 CritSend(1) 有他们所谓的“标签”支持,并在他们的网站上声明以下内容:

我们的取消订阅处理是按标签完成的,因此,如果有人取消订阅您的一封标记为“newsletter1”的电子邮件,并且不会取消订阅任何其他标签。

不清楚的一件事是 Ruby 支持的级别。

CritSend 名称 MxmConnect 作为用于发送电子邮件的 gem。CritSend 事件 API有一个critsend_events gem。

(1) 注意,我与 CritSend 没有隶属关系

于 2012-10-22T23:26:23.593 回答