Hi Paul
Applied the changes and the email gets sent using the template but it all appears as clear text and not translated into HMTL as below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="en" lang="en">
<head>
<styletype="text/css">
#mail_container { border: solid 1px#999; padding: 20px; width: 600px; }
#mail_container p { font-family: Segoe UI,Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; color:#555; padding: 5px 0; margin: 0; }
#mail_container h1 { font-family:"Segoe UI Light", Segoe UI, Arial, Helvetica, Sans-Serif;font-weight: lighter; font-size: 180%; letter-spacing: 0px; color: #000;margin: 3px 0 10px 0; }
#mail_container h2 { font-family:"Segoe UI Light", Segoe UI, Arial, Helvetica, Sans-Serif;font-weight: lighter; font-size: 140%; letter-spacing: 0px; color: #000;margin: 8px 0 3px 0; }
#mail_container .line { margin-top: 10px;border-bottom: solid 1px #ccc; }
#mail_container table { background-color: #eee;border-collapse: collapse; width: 100%; }
#mail_container th { background-color: #fff;border-bottom: solid 1px #000; padding: 2px 5px; text-transform: uppercase;font-size: 85%; color: #999; }
#mail_container td { border-bottom: solid1px #ccc; padding: 2px 5px; text-align: right; }
#mail_container .col1 { text-align: left; }
#mail_container .col2 { text-align: right;vertical-align: top; }
#mail_container .row_totals strong { color: #f00; }
#mail_container .row_item .col2 { color: #090; }
#mail_container a { font-weight: normal;color: #04d; }
</style>
<metahttp-equiv="content-type" content="text/html;charset=utf-8" />
<title>NewAccount on xyz.com</title>
</head>
<body>
<divid="mail_container">
<h1class="email_text"></h1>
<pclass="email_text">
Anaccount has been created for you on xyz. If you return to ourshop, use the details below to log in:
</p>
<br/>
<p>Email Address: [email protected]</p>
<p>Password: xxxxx</p>
<br/>
<pclass="email_text">To view your account, go to <a href="http://xyz.com/customer.aspx">http://xyz.com/customer.aspxhttp://xyz.com/customer.aspx</a>.
Here you can view your orders,change your password, and see any saved shopping baskets.</p>
<br/>
<h2class="email_text">
</h2>
<pclass="email_text">Hope to see you again soon!</p>
</div>
</body>
</html>