<!doctype html>
<html lang="en">
	<head>
	  <meta charset="utf-8">
	  <title>Please confirm your email</title>
	  <meta name="description" content="Activation">
	  <meta name="author" content="$sitename">
	</head>
	<body>
		<p>"$user ($email)", thank you for using <a href="$host">$sitename</a>.</p>
		<p>Please confirm your email "$email" associated with username "$user" by clicking the following link:</p>
		<p><a href="$activation_url">$activation_url</a></p>
		<p>(do not reply to this email)</p>
	</body>
</html>
