Waleed Qadi wrote:
Hello I was looking for a way to send a notification for all users who
flagged a node (using the flag module) i can get all of the users
through views but am looking for an automated way to notify them about
the updates on this node by sending them email
is there a module that do such a thing I've seen the views email
module but it's not automated and it's really complicated and hard to use
Use the flag modules hook about its actions (hook_flag). Works much like
hook_nodeapi but for flags. And has just what youre looking for. -mf