We have a content type with cck selection list having three values and three type of relationship one for each value of selection list, now we need to notify all user of specific ralationee on node creation of their relevant value of selection list, i have three type of friends and three same values from cck, now one value is against one friend type, now what required is to send a notification(mail) to all user of friend type 'A' when user create a node with selection of "A" from cck select list. I have tried Rule, notify module but not success full, helps regarding this be useful and thank full

Comments

drupalmind’s picture

Version: 6.x-1.0-rc3 » 6.x-1.0-beta10
drupalmind’s picture

Title: need mail to relationee at node create » need email notification to relationee at node create
benone’s picture

+1

codevoice’s picture

subscribing. Put more simply, I need the option to notify users with relationship X to poster about the node the poster created. So if a user posts something in their blog, all their friends get notified.

createnouui’s picture

subscribing! been going round in circles all afternoon.

bluestarstudios’s picture

Subscribing as well! Need this ASAP. Has anybody found a work around?

mrf’s picture

Status: Active » Closed (won't fix)

This diverges too far away from the core use case of the module to be included in the main package. I'd have a look at UR's rules integration combined with the default node modification rules to get you most of the way there.

fehin’s picture

You could add use entity reference to the node (and perhaps hide the field), then use rules to email all the referenced users.

warmth’s picture

Any news about this? I can't find any suitable or workable solution yet.