RoR:邮件列表?
是否有任何宝石或插件可以使管理邮件列表(仅用于更新和公告;而不是营销......即 MailChimp 太过分)易于管理?
或者这只是大多数 Rails 开发人员从头开始构建的东西?
只是好奇。
Are there any gems or plugins out there that make managing mailing lists (just for updates and announcements; not marketing... ie, MailChimp is overkill) easy to administer?
Or is that just something that most Rails developers just build from scratch?
Just curious.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要认为有,因为从头开始制作太容易了,只需 MailingList habtm MailAddresses :)
无论如何,您需要从头开始构建 GUI。
所以问题是您希望邮件列表具有什么功能......
Don't think there is, because it's too easy to make from scratch, just MailingList habtm MailAddresses :)
Anyway the GUI you'll need to build from scratch.
So the question is what functionality do you want a mailing list to have...