drupal rules module - add fields to email

Posted by bert on Stack Overflow See other posts from Stack Overflow or by bert
Published on 2010-04-21T18:57:10Z Indexed on 2010/04/21 20:33 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

I am looking for the syntax to add node fields to the body of an email. Examples I looked at indicate the the format is:

[content_type:content_type_title]

However my email arrives with just the string :

[content_type:content_type_title]

Even better would be a PHP snippet that loads the node and dumps filed title and filed value into the body of the message.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about rules