Need a little help on this..

I've got 4 main categories on my site (A, B, C, D). All content thats posted on the site falls into any 1 of these 4 categories.
When users fill up their profile information, they can indicate which of these 4 categories are they interested in.

What I want is when a new content is posted in category A for example, I want to send out a notification email to all the users who have indicated they have an interest in category A.

Is it possible to do this using Triggered Rules?

Comments

alex’s picture

Have you checked subscriptions.module?

Thanks,

Alex

Hills Web

Blueeeeie’s picture

Thanks alex, module looks good.. but is it totally impossible to achieve this using triggered rules?

WorldFallz’s picture

If by 'triggered rules' you mean the http://drupal.org/project/rules module-- yes you can probably do it with some php. However, it's probably easier with either the http://drupal.org/project/notifications or http://drupal.org/project/subscriptions modules.