I want to send a full node content upon submission by email. I pass the result of node_view() to drupal_html_to_text() and this works well when using the PHP evaluation in the "Editing action Send a mail to a user" form when I just do:
echo node_view($node);
However I'm trying to leverage rules or token to put this in code. I initially tried using token but failed miserably, see #743950: Rendering a node in a token. What is the right way to go about putting this in code? I thought token was the way to go, but maybe rules evaluator are better for rendered elements?
Comments
Comment #1
mitchell commentedThank you for submitting a support request / issue for Rules 1. Sorry it was not attended to earlier; I hope you found the information you were seeking in another resource, such as the Rules Drupal 6 documentation.
Because it has been a while since it was first submitted, I'm closing it to clear up space. However, if you would still like to submit another support request or help answer others support requests, your efforts would be welcomed and appreciated.