This prevent use the entire HTML layout, an HTML inside another HTML without using an iframe create some validation errors and break layout details
14 lines
695 B
Plaintext
14 lines
695 B
Plaintext
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 auto; max-width: 700px; width:100%; margin-bottom: 40px; padding: 0 20px;">
|
|
<tbody>
|
|
<tr>
|
|
<td style="text-align: center; border-top: 1px solid #dadfe1; padding-top: 20px;">
|
|
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; margin: 0;padding: 0;line-height: 1.5em;color: #797f7f; font-size: 12px;">
|
|
<%= setting['org_name'] %></p>
|
|
|
|
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; margin: 0;padding: 0;line-height: 1.5em;color: #222; font-size: 10px; margin-top: 12px;">
|
|
<%= t('mailers.no_reply') %></p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|