I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following:
<!--[if mso]>
<style type="text/css">
[data-ogsc] body, [data-ogsc] table, [data-ogsc] td, body, table, td {
background-color: #f1f2f6 !important;
color: #3e3e3e !important;
}
</style>
![endif]-->
since Microsoft Outlook Classic uses a different rendering engine than other email providers.
Is there any way to force or validate so that this does not occur?
--------------------------------------------------------------------------------------------------------
The first image is when the email is opened in Outlook Classic on a Mac.
The second image is when the HTML is rendered in a modern browser and how it appears in all other email providers (Outlook New, Gmail, Yahoo, etc.).
<body style="background-color: #f1f2f6; color: #3e3e3e;">.