diff options
Diffstat (limited to 'templates/email/default/_email_bottom.html')
-rw-r--r-- | templates/email/default/_email_bottom.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/email/default/_email_bottom.html b/templates/email/default/_email_bottom.html new file mode 100644 index 000000000..5f5fdd2b0 --- /dev/null +++ b/templates/email/default/_email_bottom.html @@ -0,0 +1,17 @@ + </tr> + <tr> + <th colspan="[% email_columns %]" style="[% td_style %][% hint_style %]" class="hint"> + [% IF email_footer %] + [% email_footer %] + [% ELSE %] + This email was sent automatically, from an unmonitored email account. Please do not reply to it. + [% END %] + </th> + </tr> + </table> + </th> + <th></th> + </tr> + </table> +</body> +</html> |