Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mailing list app for ruby on rails ?

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

like image 610
Rubytastic Avatar asked Nov 28 '11 12:11

Rubytastic


1 Answers

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

like image 149
Dmitry Lihachev Avatar answered Sep 20 '22 23:09

Dmitry Lihachev