Hi Waleed, You may wish to have a look at the Rules Executor module (http://drupal.org/project/rules_executor) which allows you to pump the results of a view (the users you want to send the email to) into a ruleset (which can send an email to a user). It's a bit rough around the edges, but needs people to test it and use it and work out what needs fixing/adding/changing. Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites Phone : 024 7666 7277 Mobile : 07702 131 576 Twitter : darthsteven http://www.computerminds.co.uk On 15 February 2010 19:15, Waleed Qadi <qadiwaleed@gmail.com> 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
i was planning to create a module that will use actions and triggers to send automated emails for user list generated through views but i wont to make sure if there is something ready out there
thank you.