Posted by itp on April 21, 2010 at 7:51pm
I set up a rule that emails administrator when specific types of nodes are saved.
Is it possible to automatically iterate through the node array and dump field title and field values into the body of the email message.
Comments
I meant to add that this post
I meant to add that this post is similar to what I want to do, just automated and just title and content
http://drupal.org/node/435014
node_view()
Seems like you want to use the node_view function. It will get you the full node, HTML and everything.
//Johan Falk, NodeOne, Sweden