To make sure all email campaigns are sent out in a consistent manner, you can change the theme of your email campaigns.
The theme of your email campaigns consists of:
-
The ‘wrapper’ for your email campaigns
-
Your logo (and if needed, a custom header)
-
The content area (where the body of your different emails will go)
-
The footer (including the unsubscribe link)
Editing the theme
Currently, the theme can be edited through the same HTML editor as for system emails.
Requirements:
-
The HTML in your theme requires you to insert the {content} tag and the {unsubscribeUrl} tag
-
The {unsubscribeUrl} should be within the <body> tag and should be within the <a href=””> tag (eg. <a href=”{unsubscribeUrl}”>)
-
Any images used in this theme should be uploaded elsewhere as we currently do not yet support storing images (eg. logos) in the theme
Recommendations:
-
Make sure that the section that contains the {content} tag does not exceed 600px in width (as this may exceed the viewport for the most common email clients)