Appearance
Adobe Campaign
You can export emails for their further upload to Adobe Campaign.
Build structure
The exported email for Adobe Campaign has the following build structure:
.
├─public/
├─banner.txt
├─index.html
└─manifest.json| Path | Description |
|---|---|
public/ | Directory containing all static assets used in the email, including images referenced in the HTML. |
banner.txt | Text file containing build information including the builder and framework versions. |
index.html | The main HTML file containing the complete email structure, styling, and content with inline CSS and responsive design for compatibility with various email clients. |
manifest.json | Metadata file documenting the email asset inventory, including a list of all image references in the public/ directory and other media assets used in the build. |