2009-06-07 18:59:43 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
2012-06-16 15:59:59 -03:00
|
|
|
<div style="background-color: #fbeed5; max-width: 650px; font-family: Arial, sans-serif; color: #000; padding: 5px;">
|
|
|
|
<div style="height: 60px; font-size: 14px; font-weight: bold; padding-bottom: 4px;">
|
|
|
|
<table style="display: inline;width: 100%;">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td height="50px" width="2px"
|
|
|
|
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
|
|
|
|
<a href="${baseUrl}">
|
|
|
|
<img style="border: 0;margin-top: 10px;"
|
2022-02-06 09:42:36 -08:00
|
|
|
src="${baseUrl}/images/logo-icon.svg"
|
2012-06-20 13:28:45 -03:00
|
|
|
alt="WiseMapping"/>
|
2012-06-16 15:59:59 -03:00
|
|
|
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td valign="bottom" height="32px" style="padding: 0;font-size: 16px;">
|
2012-06-20 13:28:45 -03:00
|
|
|
${messageTitle}
|
2012-06-16 15:59:59 -03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px; min-height: 100px">
|
2012-06-20 13:28:45 -03:00
|
|
|
Hi ${firstName}:
|
|
|
|
<p>
|
|
|
|
${messageBody}
|
|
|
|
</p>
|
2012-06-16 15:59:59 -03:00
|
|
|
|
2012-06-20 13:28:45 -03:00
|
|
|
<p style="color: #898989;">Regards,<br/>
|
|
|
|
The WiseMapping Team<br/>
|
|
|
|
</p>
|
2012-06-16 15:59:59 -03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p style="font-size: 13px;font-family: Arial, sans-serif">Important: Do not reply this email. If
|
2012-06-20 13:28:45 -03:00
|
|
|
you need further help or believe you have received this email in error, contact us to <a
|
|
|
|
href="mailto:${supportEmail}">here</a>.
|
2009-06-07 18:59:43 +00:00
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|