HTML Email Footer
If you are using an HTML email template, you will want to be sure to still include all the necessary details about your account in the footer of your emails.
You can still use any of your account custom values just as you would in the "Design" email builder.
Here is an HTML template for standard basic email footer details that you can add to an HTML email template, or provide to your preferred AI/LLM assistant to incorporate into your HTML email template:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td align="center" style="padding: 20px; font-family: Arial, sans-serif; font-size: 12px; color: #666666; line-height: 1.8;">
<p style="margin: 0;">Copyright © {{right_now.year}} {{location.name}}, All rights reserved.</p>
<p style="margin: 10px 0 0;">Our mailing address is:</p>
<p style="margin: 0 0 10px;">{{location.full_address}}</p>
<p style="margin: 0;">Want to change how you receive these emails? You can <a href="{{email.unsubscribe_link}}" style="color: #666666;">unsubscribe from this list</a>.</p>
</td>
</tr>
</tbody></table>
This is how it will display when previewed in the HTML editor (exact styling may vary based on the HTML/CSS in your template):
