Email Template Tester
Runs in browserPreview HTML emails in Gmail, Outlook, Apple Mail, and mobile with compatibility warnings.
Preview and test HTML email templates across Gmail, Outlook, Apple Mail, and mobile clients. Detect CSS compatibility issues, substitute template variables, and test dark mode rendering.
Email Template Tester tool
Gmail warnings
Variable values
Gmail preview (600px)
🔒 Runs in your browser · No uploads · Your data never leaves your device
How to use
Paste your HTML template
Enter your email HTML in the left editor. Template variables like {{name}} are automatically detected.
Select the email client
Click Gmail, Outlook, Apple Mail, or Mobile to see a preview at the correct width with client-specific warnings.
Fill in variables
If your template has {{variable}} placeholders, fill in test values to see the rendered output.
Fix warnings
Review the compatibility warnings — they flag known issues like Gmail stripping <style> tags or Outlook ignoring flexbox.
Common use cases
- Checking Gmail CSS compatibility before sending — Preview your HTML email in Gmail view to catch style issues like stripped <style> tags before the campaign goes out.
- Testing variable substitution — Fill in {{name}} and {{product}} template variables to verify that personalized email output looks correct.
Examples
Welcome email with variables
HTML welcome email using {{name}} and {{product}} variables, tested in Gmail view
OutputPreview with variables substituted + warning: Gmail strips <style> from <head>
Frequently asked questions
- Why does Gmail strip CSS styles?
- Gmail removes <style> blocks from the <head> in many contexts, only allowing inline styles. This is a long-standing Gmail limitation. Use inline CSS or a CSS inliner tool to ensure your styles work in Gmail.
- Why doesn't Outlook support flexbox?
- Outlook uses Microsoft Word's rendering engine (not a browser), which has very limited CSS support. For reliable Outlook rendering, use HTML tables for layout instead of flexbox or grid.
- Is this a real email send test?
- No — this is a browser-based preview only. For live deliverability and spam testing, use a dedicated service. This tool helps you catch CSS issues before sending.
Key concepts
- Inline CSS
- CSS applied directly on HTML elements via the style attribute — required for reliable rendering across email clients that strip <style> blocks.
- Email client
- The application that renders HTML emails — Gmail, Outlook, Apple Mail, and mobile clients each have different CSS support levels.
Related tools
You might find these useful too.