MailViewr - Free HTML Email Preview Tool

Email Client Quirks Database

Common rendering issues, workarounds, and best practices

7 email clients documented with 18 total quirks

What is This Database?

Email clients vary wildly in how they render HTML and CSS. This database documents known quirks, rendering issues, and workarounds for the clients we've covered so far. Whether you're building HTML emails or debugging a rendering problem, you'll find practical solutions here. We're actively adding more clients — check back as coverage grows.

Browse by Email Client

More clients coming soon

Quick Tips

  • Always test your emails: Use tools like MailViewr to preview how your email renders across clients
  • Use inline styles: Many email clients strip class-based styles, so use inline styles when possible
  • Provide fallbacks: Not all clients support the same CSS features. Always have a plan B
  • Test with real clients: Email testing services provide accurate rendering previews
  • Stay informed: Email client support changes over time. Check compatibility matrices regularly

Most Common Quirks

  • Outlook (Windows): Uses Word rendering engine, severely limiting CSS support
  • Gmail: Strips unused CSS and filters out style tags in certain scenarios
  • Apple Mail: Auto-detects phone numbers and dates, modifying styling
  • Yahoo & AOL: Aggressively reset styles and strip certain CSS properties
  • ProtonMail: Strips almost all CSS for privacy and security

Related Resources