类似 GoogleGroups 的 Drupal 论坛
我正在寻找论坛和电子邮件之间更紧密的集成。我想将我的 drupal 安装设置为:
在主题发布新答案时向用户发送电子邮件
创建新答案当用户通过电子邮件(可选地,到邮件组)应答时
节点 执行此操作的最佳模块是什么?我将如何实现这个目标?
I am looking for a tighter integration between forums and email. i wanted to setup my drupal instalation to:
send an email to users when a new answer is posted to the topic
create a new node when users answer by email (optionally, to a mailgroup)
what are the best modules to do this? how would i accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我是 OG 邮件列表的创建者,很乐意回答您可能有的任何问题。它仍处于 alpha 阶段,但相当稳定,并且被 island.byu.edu 上 4-500 人的社区日常使用。
此外,如果您想查看代码,最新的代码位于 http://github.com/KyleAMathews/og_mailinglist
I'm the creator of OG Mailinglist and would be happy to answer any questions you might have. It is in alpha still but it's quite stable and in daily use by a community of 4-500 people at island.byu.edu
Also, if you want to have a look over at the code, the latest is at http://github.com/KyleAMathews/og_mailinglist
我建议您考虑使用 OG Mailinglist 模块,它处于 alpha 阶段,但似乎可以做您想要的事情正在寻找:
还有这里有一个很好的讨论关于一些替代方法。
I would suggest you consider using the OG Mailinglist module, it is in alpha, but appears to do what you are looking for:
There is also a good discussion here about some alternative ways to do it.