you do your custom PHP code above the $body == <<<EOF line wink

example:

PHP Code
/* PHP CODE HERE */
$sd = 'Sirdude';
$hi = 'hi '.$sd;

/* BODY HERE */
$body = <<<EOF
<center>
$hi
</center>
EOF;