email-bugs icon indicating copy to clipboard operation
email-bugs copied to clipboard

Email quirks and bugs

Results 101 email-bugs issues
Sort by recently updated
recently updated
newest added

``` your styles your content ``` Using an empty `` tag first will prevent Yahoo! Mail app for Android from stripping out your styles. Use this with caution. Some ESPs...

Yahoo

In iOS 10 (and the first beta of iOS 11 as well), Apple Mail incorrectly scales email that contains a fixed width larger than the device viewport and a max-width...

Apple Mail

On IE9 (or using a `Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)` user agent), Microsoft serves a different version of Outlook.com. [![Outlook.com on IE9](http://i.imgur.com/hmE1b7um.jpg)](http://i.imgur.com/hmE1b7u.jpg) The CSS parser is pretty...

Outlook

Yahoo (the desktop webmail or the iOS Android apps) don't support certain class names in a `` declaration containing underscores or dashes at the start or end of the class...

Yahoo

The mainstream desktop webmail of Gmail removes `` tags that contain an `@` declaration within an `@` declaration. The following code… ``` html p { background:#e4505d !important; } p {...

Gmail

Outlook.com and Office 365 remove styles that include special characters, like `=`, `*` or `/`. Here is an example that is correctly filtered. The following code… ``` html foo ```...

Gmail
Outlook

As [reported here](https://litmus.com/community/code/4302-font-family-in-office-365-getting-characters-trimmed), Office 365 trims values of the inline CSS property `font-family` whenever there's a `\` inside an `@` declaration in a `` tag. The following example… ``` html...

Outlook

Couple of times I ran into issues with dashed borders on `Outlook 2007 & 10`. Between dashes the color assigned for body shows up. What happens on the example below...

Outlook

This is an example of responsive table layout ```html     ``` For correct responsibility we should use viewport ```html ``` Screenshot with example of the problem ![screen shot 2018-06-09...

Apple Mail

First Example ```html   text   ``` Second Example ```html   text     ``` If we change ` ` to `•` or another special char, it's will works fine.

Apple Mail