Email Clients
Samsung Mail
Samsung Mail rendering behavior and CSS support.
Overview
| ID | Category | Engine | Dark mode |
|---|---|---|---|
samsung-mail | Mobile | Samsung | Yes |
Samsung Mail is the default email client on Samsung Android devices with a proprietary rendering engine.
CSS support
Samsung Mail has moderate CSS support, similar to Yahoo Mail:
<style>blocks , supportedborder-radius, supportedbackground-image, supportedopacity, supported- Flexbox , unsupported
- Grid , unsupported
position, unsupportedbox-shadow, partial support
Dark mode behavior
Samsung Mail supports @media (prefers-color-scheme: dark). If your email includes dark mode styles, Samsung Mail uses them. Otherwise, it falls back to partial color inversion. Test with simulateDarkMode() to see how your email renders.
Recommendations
- Use table-based layouts for reliability
- Inline critical styles as a fallback
- Add
prefers-color-scheme: darkstyles to control dark mode rendering instead of relying on Samsung's automatic inversion