email-bugs
email-bugs copied to clipboard
Email quirks and bugs
``` .a { color: red; } .b { color: blue; } .c { color: yellow; } Hello world ``` `Hello world` will be displayed in `red` instead of `yellow`. Additionally,...
On Outlook mobile apps (iOS 14 and Android), it seems the `border` CSS property does not honor `border-radius` when used on ``, `` or `` elements. Neither property is removed....
Windows 10 Mail will underline links by default (even with text-decoration: none specified inline)
As the title says, Windows 10 Mail will underline links by default, even when `text-decoration: none;` has been specified inline. This can cause particular issues with buttons. To over-ride this...
The `align=""` attribute is removed from table elements in Outlook app on Android `Version 4.2204` Android PWA does not remove the `align` attribute currently. iOS app does not remove the...
Here are a few tweets courtesy of email developer [Gary Wesolowski](https://twitter.com/gj_wes/status/1185085597444182017). > One major issue I've seen so far affects emails that already have a dark background. These are being...
Hi there, I have a problem with a long url that _has_ to be displayed, and it overlaps my 600px block in some web-based clients only, forcing it to stretch....
When there is a table or td that has the dir="rtl" or dir="ltr" attribute, and the cell has padding, Outlook 2013, 2016 and 2019 and Windows 10 Mail will show...
The desktop webmail of [T-online.de](https://www.t-online.de/) content within HTML conditional comments. So the following example: ```html ``` …is transformed by T-online.de into the following: ```html This is a mso conditional comment....
All versions of Apple Mail (on macOS or iOS) require either the `` tag or `color-scheme: light dark;` CSS property for dark mode to work. This is weird and opposite...
Outlook 2013-2021 will not render left padding when a table is nested more than once in a VML object
Outlook '13 and '16 have a bug where if more than one table is nested inside of a VML object (specifically for the purpose of a background-image), left padding will...