Question

Im looking for a ruby on rails mailing list manager, where you can login and manage your mailing list see some stats on send mail, etc

Is there any such thing available in ruby on rails as an opensource project? I havent been able to find anything usefull even not here on stackoverflow

Was it helpful?

Solution

ZList is a simple yet powerful mailing list application and is built on Rails. It can send mail to an unlimited number of recipients, can be configured as announcement only or it can be fully interactive. Subscribers can view and reply entirely by email. All discussions are archived so you can go back anytime to see what was said.

Here's a link to the gem's github page:

https://github.com/bensie/zlist

OTHER TIPS

Have a look at MailyHerald. It is an opensource Rails gem for managing and sending mailings. It integrates with your app, allows to you maintain multiple mailing lists and send various types of mailings.

It has nice web-ui for easy management and you can integrate it with your application authentication mechanism.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top