On this page
- The tested-clients list is the first thing to read
- What you should be able to open before delivery
- MJML or hand-written HTML: know which one you are buying
- Dark mode and image blocking will find every weak layout
- A pre-delivery checklist
- What the licence and delivery method mean for you
- Questions buyers ask
The tested-clients list is the first thing to read
Email rendering is the least consistent surface in software. A layout that looks flawless in a browser can collapse in Outlook on Windows, get clipped by Gmail once it passes the size limit, or have its colours inverted by a dark-mode setting the reader never chose. None of that shows up in a preview image.
So before you look at the design, find the line that names the clients the seller tested against. On HTML Email Templates this is a required field, not a nice-to-have. A good answer looks like a list — Outlook on Windows, Gmail web and app, Apple Mail, Outlook.com, Yahoo — not a phrase like "tested across major clients".
If the listing is vague, ask directly and wait for an answer. A seller who built the template properly will have the list to hand.
What you should be able to open before delivery
A template purchase is not a finished document; it is a thing you will edit. Confirm the file structure before you confirm delivery.
The source file
You should receive the HTML itself, or the MJML source, or both. If the seller only offers a hosted preview and an export button, you are buying a rendering, not a template.
The tested-client list
Written down, in the listing or the accompanying readme. This is the single most useful piece of documentation in the package.
A plain-text or fallback version
Not every template includes one. If it does not, that is a small job you will be doing yourself.
A note on assets
Demo images, icons and fonts are rarely included. The images you see in the preview are usually placeholders with their own licences, so budget for sourcing your own, and expect to swap every image reference. If the template leans hard on a specific web font, check whether it degrades acceptably when that font is unavailable.
MJML or hand-written HTML: know which one you are buying
This is the question that determines how painful your first edit will be.
MJML is a markup language that compiles to table-based email HTML. You write short, readable components, run the compiler, and get the nested tables that email clients actually understand. Editing a spacing value or adding a column later is a few lines of work.
Hand-written HTML gives you direct control over every table, conditional comment and inline style. That control is real, and so is the risk: hand-written email HTML is easy to break in ways that only appear in one client.
Neither is wrong. What matters is that you know which one is in the box before you plan changes. A transactional email template you intend to touch twice a year suits MJML. A heavily customised newsletter template with unusual layout requirements may justify hand-written markup.
If the listing is silent, ask. "MJML or HTML?" is a fair question with a one-word answer.
Dark mode and image blocking will find every weak layout
Two conditions break more templates than anything else, and both are close to universal.
Dark mode. Many inboxes invert colours automatically. A template built on a light-only palette — white card, pale grey text, subtle borders — can arrive with unreadable contrast or a washed-out logo. Ask how dark mode is handled: a separate dark-mode stylesheet, colour choices that survive inversion, or nothing at all. All three are valid answers as long as you know which you are getting.
Image blocking. Most inboxes block images by default until the reader allows them. A template that depends on a background image for its structure, or puts essential text inside an image, will arrive looking broken for a large share of recipients. Good templates use alt text that carries the message and keep the layout intact when images never load.
Ask both questions before purchase. A seller who has thought about them will answer quickly; one who has not will describe the preview.
A pre-delivery checklist
Run this against the listing, then against the files once you have them.
- The tested-client list is named, not summarised.
- The source is HTML, MJML, or both — and the listing says which.
- Dark mode is addressed, even if the answer is "light palette only".
- The layout holds up with images blocked, and alt text is present.
- Image, icon and font licences are stated, or their absence is.
- The licence is clear: commercial by default, delivered by download or access.
- You have confirmed the template is the seller's own work or covered by a written licence to sell.
What the licence and delivery method mean for you
The default licence on these products is commercial, with delivery by download or by access to a hosted file. That covers the template itself. It does not cover the placeholder images and fonts inside the demo.
If the template touches personal data — a transactional email set pulling in order details, names or addresses — the duties around that data become yours once it is running in your account. The seller supplies markup, not compliance. Check what the template collects and where it sends it before you wire it into a live system.
Questions buyers ask
Which email clients was it tested in?
Every listing should name them. Outlook on Windows, Gmail's clipping limit and dark-mode inversion break layouts that look perfect in a browser, so the tested list is the most useful line on the page. If it is missing, ask before you buy rather than after.
What is MJML and do I want it?
MJML is a markup language that compiles to table-based email HTML. It is far easier to edit later; hand-written HTML gives more control and more ways to break. The listing says which you get, and if it does not, that is your first question.
Will it survive dark mode?
Ask. Many inboxes invert colours, and a template built on a light-only palette or a background image can arrive looking broken. A clear answer — separate stylesheet, inversion-safe colours, or a stated limitation — tells you more than the preview does.
Can I use it in my email platform?
Most HTML templates paste into Mailchimp, Klaviyo, Brevo and similar tools, but drag-and-drop editors sometimes mangle custom HTML on import. Check whether the seller tested your platform specifically before you commit to a workflow. If they have not, test the paste yourself with a small campaign first.
Browse the current HTML Email Templates listings and read the tested-clients line before anything else.