source email similar to mailchimp
is there an open source server (preferably in Ruby on Rails so I can customize it) that serves something like MailChimp or SendGrid. I mainly want it to handle things like re-tries and unsubscribing.
See this SO question for a list of php apps in this space.
The "challenge" of sending out personalized email newsletters has been with us for well over a decade. As a result, the second-generation open source solutions were written a while back--most use perl or php since they were the appropriate languages back then.
You asked about Rails solutions: I'd be careful about using a relatively new Rails app for this problem space. Instead, I recommend that you build a Ruby api interface to one of the classic mail dist apps and then use that. By doing so, you'll get the benefit of a feature-rich, well tested app to build upon.
链接地址: http://www.djcxy.com/p/10284.html上一篇: Facebook的C#SDK入门
下一篇: 源邮件类似于mailchimp