To: "Your Name" <hide@address.com>
From: "{firstname} {lastname}" <{email}>
Subject: {subject}
Content-Type: text/html
Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>{subject}</title>
<style type="text/css">
<!--
body {
font-family:Arial, Helvetica, sans-serif;
background-color:#A8DBEE;
color:#00007F;
}
-->
</style>
</head>
<body>
<p>{comment}</p>
<p>Newsletter: {checkbox:newsletter}</p>
<p>Information: {checkbox:information}</p>
<p>Salutation (Anrede): {radiobutton:salutation}</p>
<p>Vote: {select:Vote}</p>
<p>-----------------------------------------</p>
<p>{env_user_agent}</p>
<p>{env_remote_address} ({env_remote_host})</p>
<p>{env_year}-{env_month}-{env_day} ({env_hour}:{env_minute}:{env_second})</p>
</body>
</html>