Hi

I have a content type with 3 assigend taxonomy's.
My users can assign terms to their profile from the same 3 taxonomy's. (I use D6 and content-profile)

What I want is a an email message to User's, if new matched nodes created.

How can I do this in an easy way? Any ideas?

Currently I am little bit lost in thinking about the problem.

thx for your help

Comments

WorldFallz’s picture

Maybe the http://drupal.org/project/simplenews module...

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

kovalev’s picture

Use hook_nodeapi to intervene, when a new node is created. Look inside the $node object, to find the taxonomy terms. Once you have the terms, run a SQL query, to get the list of users (I am not familiar with content-profile, but just inspect the DB), and once you have the user list, use drupal_mail function to send mail to each user (in a loop).
════════════════
Sergata - פיתוח תוכנה