Templates

In the Templates section, designers create templates for e-mail messages. A two-level system is implemented: first, presets are created (header, footer, e-mail body, etc.), and then message templates are formed from them.

Preset

Presets are the individual elements of future messages (header, footer, social network buttons, etc.).

Creating preset

There are two ways to create new preset:

Creating template from scratch

Click Create new preset in the section Templates -> Presets.

Create preset using formatting tools.

You can use Template engine constructs in the message text.

To send test message, click Test. In the text box, enter address and click Send.

Click Save to save preset.

Importing template from file

To download presets from a file, click Load in the section Templates -> Presets.

The file must be in ZIP format. It must contain file called index.html, which includes presets in the following format:

<!-- preset -->
Body of first preset
<!-- /preset -->
...
<!-- preset -->
Body of last preset
<!-- /preset -->

Important! The file must be named index.html and each preset must be wrapped in comments: <!-- preset --> at the beginning of the preset and <!-- /preset --> at the end. If you aren't downloading presets, but whole e-mails, the comments will also wrap the e-mail.

Images can be used in the preset. They will be loaded and embedded into the message body as base64.

Images, including background images, must be located in the Images directory.

Thus, the structure of the ZIP-archive must look like the following:

List of presets

The Templates -> Presets section displays a list of all template presets.

Preset can be changed, copied, and deleted.

Message templates

Creating message template

To create a new message template, click Create new template in the section Templates -> Messages.

Drag the preset from the left side of the page to the right:

You can see how the e-mail template will look on mobile phone, tablet or computer screen:

When hovering over preset in the template, the following actions are available:

  1. Delete.

  2. Edit.

  3. Copy.

  4. Move.

Before saving message template you should enter its name.

Click Test to send a test message. In the text field enter e-mail and click Send.

Click Save to save the message template.

List of message templates

The list of all message templates is displayed in Templates ->Messages section.

You can edit, copy, and delete message templates.

Last updated