Is there a module to email the owner of a post when someone replies to there forum post?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
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 |
|||
|
|