Yes, I’ve identified the relevant section of the .php file that deals with the email message text, but can I use wordpress template tags in these files? (I don’t know any php other than playing with themes). For example, something like:
$msg = "<?php the_excerpt(); ?>";
I suppost the only way to find out is to give it a go, but I’m a bit reluctant to just go blundering in…