Skip to content

HTML5

You can export emails as HTML5 packages for their further distribution through email clients and CRM systems.

Build structure

The exported email as HTML5 has the following build structure:

.
├─public/
├─banner.txt
├─index.html
└─manifest.json
PathDescription
public/Storage directory for the media resources used in the exported email, including images and other static assets referenced in the email template.
banner.txtA file that displays the eWizard.js builder and framework versions used to generate the email.
index.htmlThe main email HTML markup file. Serves as the entry point and contains the complete email presentation with styling, inline styles, and structure optimized for email clients.
manifest.jsonContains metadata about resources used in the email, including arrays of image paths, videos, PDFs, ICS files, presentations, spreadsheets, and documents.