aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/_email_bottom.html
blob: 5f5fdd2b038c6e86f6559524e6b07750d8a6952a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>