<?php
$MailContent = '
<table width="550" style="font-family: "Trebuchet MS", sans-serif;">
<tr><td>
<font face="Trebuchet MS" size="3">
#mail_body#
</font>
<p style="font-size: 0.875em;">
<img src="' . BASE . '/admin/_img/mail.jpg" alt="Atenciosamente ' . SITE_NAME . '" title="Atenciosamente ' . SITE_NAME . '" /><br><br>
</p>
</td></tr>
</table>
<style>body, img{max-width: 550px !important; height: auto !important;} p{margin-botton: 15px 0 !important;}</style>';