How Migma renders your email
Migma emits table-based HTML with inlined styles. That matches what Gmail, Yahoo, Apple Mail, and Outlook actually support. What that means in practice:- Layout uses tables, not flexbox or grid, so columns and sections stay stable in Outlook.
- Styles are inlined on elements clients will honor. Relying on large
<style>blocks alone fails in many inboxes. - Outlook gets dedicated output: extra table structure for width, conditional blocks Word understands, and fallbacks for rounded buttons and backgrounds where Outlook cannot paint them like a browser.
- Responsive behavior uses patterns that degrade safely on small screens instead of assuming every client runs your media queries the same way.
- Dark mode: Migma can emit
color-schememetadata and safe light/dark color choices, and you can lock brand colors so clients do not invert logos or CTAs unpredictably.
Why Outlook breaks other emails
Outlook desktop (Windows and Mac) uses Word to lay out HTML. Common failures:- Margins and padding behave differently than in webmail.
- Flexbox, grid, and positioning are unreliable or ignored.
- Background images and border radius need fallbacks Word can render.
- Nested div layouts collapse or stack incorrectly.
Webmail, desktop, and mobile
- Webmail
- Desktop
- Mobile
Gmail, Outlook on the web, Yahoo, AOL, iCloud, and similar web clients.

Dark mode and light mode
Clients may force dark backgrounds or invert colors. Without planning, text, buttons, and logos can disappear. Migma can:- Emit
color-schemeandsupported-color-schemesmetadata - Use color choices that survive inversion in common clients
- Lock brand colors when you need logos and CTAs to stay on-brand in dark and light presentations

Why the same email still looks slightly different
Limited CSS
Limited CSS
Many properties never worked in email HTML. Migma emits patterns known to work, not browser-only layout.
Image blocking
Image blocking
Some clients hide images by default. Use alt text and readable HTML text for anything important.
Dark mode overrides
Dark mode overrides
Clients may recolor your message. Design and preflight for light and dark.
Web fonts
Web fonts
Custom fonts work in some clients and fall back elsewhere. Migma applies safe fallbacks when needed.
Verify before you send
Generate or edit your email
Use design chat or the visual editor until the layout matches your brand.
Related pages
Email Preflight
Client previews and compatibility checks before send.
HTML import
Rebuild broken legacy HTML through Migma.
Export options
Export production HTML to your ESP.
Outlook without domain setup
Paste production HTML into Outlook when domain setup is blocked.