This module sends notifications to group members based on various events. It notifies new members of their addition, informs group owners when members join or leave, and alerts all members when a new post is made to the group.
The module provides the notification functionality for the members of group in drupal site. We have given the following notification types:
* Notification to new member after successfully adding to the group.
* Notification to group owner when new member joins the group (using Join group).
* Notification to group owner when a member lefts the group.
* Notification to all the group members when a member posts any content in the group.