Default Subscribe Email HTML code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Subscribe</title>
<style type="text/css">
<!--
p {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
}
h4 {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}
.footer {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: normal;
        text-align: left;
}
-->
</style>
</head>
<body>
<h4>Dear [% shared.EMAIL -%],</h4>
<p>this email is automatically sent to you in response to your request to subscribe to a mailing list "[% shared.DML_NAME -%]".</p>
<p><a href="http://[% shared.DOMAIN -%]/user.fcgi/action,subscribe/email,[% shared.EMAIL -%]/code,[% shared.USER_CODE -%]/dml,[% shared.DML -%]">To confirm your request click the following link</a></p>
<p>In case you can not click the link, please copy the following address to your browser:<br />
  http://[% shared.DOMAIN -%]/user.fcgi/action,subscribe/email,[% shared.EMAIL -%]/code,[% shared.USER_CODE -%]/dml,[% shared.DML -%]</p>
<p>If you still have your subscription window open you can enter the following authorization code [% shared.USER_CODE -%]</p>
<p>Thank you for subscribing,<br />
  [% shared.DML_COMPANY -%]</p>
<hr noshade="noshade" size="1" />
<div class="footer">This email is auto-generated as a reponse to subscription request for mailinig list operated by [% shared.DML_COMPANY -%] using <a href="http://www.mailkit.info">Mailkit</a> mailing list management tool.</div>
</body>
</html>