23 lines
573 B
HTML
23 lines
573 B
HTML
<!--@subject {{var subject}} @-->
|
|
<!--@vars
|
|
{"var subject":"Email Subject"}
|
|
@-->
|
|
|
|
{{template config_path="design/email/header_template"}}
|
|
|
|
<table>
|
|
<tr class="email-intro">
|
|
<td>
|
|
<p class="greeting">Hello,</p>
|
|
<p>
|
|
Please find attached the monthly vendor sales report for {{var month}} {{var year}}.
|
|
</p>
|
|
<p>
|
|
This report contains all completed orders for the specified period.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
{{template config_path="design/email/footer_template"}}
|