Posted by Nolan on October 30, 2009 at 3:29pm
Hi,
Does anyone know if it is possible to do the following action from the following trigger:-
trigger = new content is created for a particular content type
action=the content is emailed to a particular user
at present I can only get it to send an email with a generic message e.g. "new content has been created".
thanks,
nolan.

Comments
tokens
I remember it took me a while to get the right tokens to use so it sent content.
If you want more functionality on an action you can always write your own, there's a few out there already
http://drupal.org/node/172152
thanks
Thanks Steve. That was exactly what I was after. First time I have used tokens.
thks,
nolan.