Client families we design for
- Webmail
- Desktop
- Mobile
Gmail (web), Outlook.com, Yahoo Mail, AOL, iCloud Mail, and similar web clients.
Legacy Outlook
Outlook desktop (2007 through current supported releases) has unique constraints: limited CSS, no standardmargin on many elements, and conditional comments for some layout patterns.
Migma approach:
- Layout structures that work with Word-based rendering
- Inline and email-safe styling patterns where needed
- Preflight CSS compatibility reports flag client-specific issues
Dark mode and light mode
Many clients invert or recolor emails in dark mode. Poor dark-mode support leads to unreadable text, invisible buttons, and broken brand appearance. Migma controls for this directly: it emits explicitcolor-scheme and supported-color-schemes metadata, and can lock your brand colors so they aren’t inverted — so the email renders consistently and predictably in both light and dark mode instead of being left to each client to guess.
Migma optimizes for:
- Predictable rendering in light and dark presentations via explicit
color-schememetadata - The option to lock brand colors so logos and CTAs aren’t inverted or washed out
- Readable text and background contrast when a client does recolor
- Logo and image choices that hold up when clients alter colors
Why emails look different across clients
Limited CSS
Limited CSS
Many properties (flexbox, grid, advanced selectors) are unsupported or partially supported. Migma favors patterns known to work in email HTML.
Image blocking
Image blocking
Some clients block images by default. Important content should not rely on images alone; use alt text and readable HTML text.
Dark mode overrides
Dark mode overrides
Clients may force dark backgrounds or invert colors. Design and test for both presentations.
Web fonts
Web fonts
Custom fonts work in some clients and fall back to system fonts in others. Migma applies web-safe fallbacks where needed.
How to verify before you send
Generate or edit your email
Use the visual editor or design chat until the layout matches your brand.
Related pages
Email Preflight
Automated client previews and compatibility checks.
Deliverability best practices
Inbox placement and content quality guidance.
Export options
Export tested HTML to your ESP.
Outlook without domain setup
Use exported HTML inside Outlook when domain approval is blocked.