value pairs * @param string &$body email body (in MIME format) * @param string &$error Error message * @return bool|void True or no return value to continue, or false and set $error to * block sending the email */ public function onUserMailerTransformMessage( $to, $from, &$subject, &$headers, &$body, &$error ); }