Reputation: 33
I am sending emails from a spring app via mailjet , the emails are rendering properly when open them with the web version of outlook as in this screenshot and even on the outlook mobile app but when i use the desktop version it gets completely messed up like shown on this
picture
PS : i am using foundation for the styling you can find the html/css code here
Upvotes: 1
Views: 2505
Reputation: 49455
It depends on the rendering engine used in Outlook. Microsoft Office Outlook uses the HTML parsing and rendering engine from Microsoft Office Word to display HTML message bodies. Read more about supported and unsupported HTML elements, attributes, and cascading style sheets properties in the Word HTML and CSS Rendering Capabilities in Outlook article.
Upvotes: 1