I need to allow users to fill in their own newsletter content and deliver it to their own lists. A complete newsletter engine have to have the following key features:

  • HTML editor and uploading images.
  • Ensure delivery.
  • Emailing list and handle unsubscribe issues.
  • Reports on emails status (Opened, Marked as spam, Bounce ...etc).

Now I need to make my Rails app contain fulfill these key features. I have looked at some emailing services like SendGrid, Postmark, PostageApp and others. They can support all points except the first one. I need to integrate an Email templating and editor engine that will ease creating new content for newsletters. Is there a service that could provide me with such feature? Or is there a mailing service that could facilitate creating such a feature?

有帮助吗?

解决方案

Another option is Campaign Monitor. Here is their API, here is their editor

其他提示

Sendloop gives detailed reports, beautiful templates and detailed HTML editor. It has also very competitive pricing.

MailChimp allows you to create custom HTML templates, if that is what your are looking for. They also have a WYSWYG editor for non-HTML savvy users.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top