$bodyText, 'html' => $bodyHtml ] : $bodyText; return UserMailer::send( $to, $from, $subject, $body, $options ); } }