Custom HTML templates

Upload your custom HTML templates into the Ecomail app.

Marek Szwed avatar
Written by Marek Szwed
Updated over a week ago

Custom HTML templates

Note - This method will not allow you to edit your custom HTML template within our interactive drag & drop editor. However, you can still make changes in the code or in our advanced editor that can handle HTML templates (code).

If you have your own HTML template created and you wish to upload it to our editor, the first thing you need to do is to save all the template files ( p.e. template.html, style.css) into one .zip folder.

It is necessary to use UTF-8 encoding. You can set it up by using this snippet of code in your HTML <head> tag.

<head>
โ€‹ <meta charset="UTF-8">
โ€‹</head>

To create a .zip folder all you need to do is to select all the files you need to upload (HTML file, images, etc...), right-click any of the files and select Send to, then Compressed (zipped) folder.

Then you choose a name for your folder, p.e. "MyCustomTemplate".

In the Ecomail app, open the Templates tab and click on New template. From the listed options, select Upload ZIP file.

Then upload the zipped folder with your custom template.

After the file uploads, the Continue button turns green. Click it to finish the upload.

Your template is now ready to be handled with our editor and to be used in your campaigns!

Did this answer your question?