Form Submissions Emails?

Permalink
Good Day everyone.

I have a custom form block using form Plus. Now I want to alter the sent emails when submitted. I would like to use HTML templates and include the company logo and links to website etc..

Now I have copied form_plus_notify_sender_template to blocks/mail and its overriding and I have added

$depotLink =URL::to('http://mysite.com/contacts');
$body = t("
   Thank you for your interest in Quattro Plant. For further assistant contact your local depot %s " , $depotLink);


I have add the above and it works.. But its ugly as hell, how can i convert the email template into html so I can display better links etc..

I tied to Echo "html" into the php But it just displays it as text none thml.

please advise
carl

carl101lee