Transactional Emails
{{template config_path="design/email/header"}}
{{inlinecss file="email-inline.css"}}
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="action-content">
<h1>Hello {{var store.getFrontendName()}}.</h1>
<p>You have a new message from <strong>{{var data.name}}</strong></p>
<h3> Below are the message details</h3>
<p class="highlighted-text">
<strong>Name</strong>: {{var data.name}}<br/>
<strong>Subject</strong>: {{var data.subject}}<br/>
<strong>Email</strong>: {{var data.email}}<br />
<strong>Telephone</strong>: {{var data.telephone}}<br />
<strong>Comment</strong>: {{var data.comment}}
</p>
</td>
</tr>
</table>
{{template config_path="design/email/footer"}}