Appearance
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| Path | Description |
|---|---|
public/ | Storage directory for the media resources used in the exported email, including images and other static assets referenced in the email template. |
banner.txt | A file that displays the eWizard.js builder and framework versions used to generate the email. |
index.html | The 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.json | Contains metadata about resources used in the email, including arrays of image paths, videos, PDFs, ICS files, presentations, spreadsheets, and documents. |