Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a module to email the owner of a post when someone replies to there forum post?

share|improve this question

2 Answers

Use Rules, and based on the fact that forum post is a node, and a comment is standard comment, define a rule that sends mail on comments of the forum content type.

If you need additional help, please let me know.

share|improve this answer
I would be interested to know how you would do this personally. – Linda May 20 '10 at 9:17
contact me via shushu.i@gmail.com – Shushu May 20 '10 at 17:12

I have used the drupal Notifications Module, which is the module used on groups.drupal.org to notify users of comment and content changes. http://drupal.org/project/notifications

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.