hi,
at the moment, the Forward module will e-mail some form of a teaser... but I need to send the full body of the node in the e-mail. I desperately need a module that will e-mail the full body of the article

How can I achieve this?

many thanks

Comments

seanr’s picture

Open up forward.theme and copy theme_forward_email to your template.php file renaming the function to phptemplate_forward_email. Then replace $vars['content']->teaser with $vars['content']->body.

drupalina’s picture

Status: Active » Closed (fixed)

thanks...
it worked