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
Emails not rendering properly on outlook app but works on browser
2k views Asked by ahmed At
1
There are 1 answers
Related Questions in OUTLOOK
- Toggle "conversation view" in Outlook with VBA
- Error 553 5.7.2 [TSS09] When Sending Emails to Yahoo and Outlook
- Hide canceled meeting invites on outlook
- outlook vsto add-in can't find contact
- Using MAPI to open an Outlook folder, MAPIFolder.Items.Sort("Subject",True) does not sort
- office.js item.close() and inline replies in outlook
- How does outlook disable screenshot
- menu item in plugin for outlook using c# VSTO
- RSVP Section or button not showing in Outlook and Zoho in Laravel
- How to bulk upload events into Outlook Calendar via a csv file while preserving line breaks in the description?
- Creating a outlook calendar event leaves a shade of that event throughout the entire day till the end date
- I'm not getting notified on my email client i.e., outlook despite they're in firing state
- Alerts are not displaying in the Alertmanager UI and I'm not getting notified on my email client i.e., outlook despite they're in firing state
- Storing the state of a VSTO Outlook plugin in a draft message
- Rewriting CSS in MSO conditional comment doesn't work
Related Questions in ZURB-FOUNDATION
- How Do I Migrate a large Rails 6/7 App from Zurb Foundation to Bootstrap 5?
- block-grid not working in Foundation framework
- Sass math invalid css
- Is there any class in Zurb Foundation 6 to make grid container fullwidth for a certain breakpoint only
- How use paired media query values using foundation breakpoints
- What is the difference between auto and small-auto in ZURB Foundation xy grid?
- Foundation Sticky | Element should stick when the top of viewport hits it, not immediately
- Why is Foundation media queries not working when i use a breakpoint name?
- Retaining aspect ratio and scale iframe for parent div width defined in percentage
- Off canvas menu doesn't scroll on IOS scrolls the body instead
- Foundation CLI error : return emojiWidthLookup.get( code ) ?? 2 ;
- js Foundation Abide input form error remains visible after button clicked
- css: two div's in one row, height=100% for smaller one not working
- Zurb Foundation Accordion not expanding
- Node modules not installed - foundation-sites - new project
Related Questions in HTML-EMAIL
- Next.js: How to properly set image URL into HTML so image shows in email template
- Can we achieve z-index like functionality without using z-index for html email template?
- Python: Convert Markdown to html with Codeblocks like in stackoverflow
- How to make my Outlook fallback not show for my embedded video in HTML email?
- Preview text with subject in subject line
- QR code won't render when using react-email with NestJS
- How to remove spaces at the top and bottom of an HTML email?
- External Email html blocked in script php if HTML
- Limit height of a cell inside a table for an email in the Outlook desktop app
- OL Office 365 Dark for Windows Background Behind Text
- HTML: Outlook not rendering proper mail
- How to handle long words In email newsletter design for yahoo and AOL mail
- Outlook for Android "no app installed to open this" but it's just a link
- For HTML email development: How can I assign a different font-size for mobile and desktop views?
- Tracking pixel in HTML email not triggering API endpoint when opened
Related Questions in MAILJET
- mailjet-apiv3-java update contact by user id
- Mailjet-apiv3-java delete customer 401 Unauthorized
- Mailjet Creating a campaign with a template and injecting variables
- Getting error in Mailjet nodemodule in reactjs
- Can't compile MailJet sample program (c#)
- WP Mail STMP sends email, but it's not received by any mail provider
- Laravel Mailjet - email marked as sent but not being delivered
- Mailjet API: /bouncestatistics endpoint not working
- Missing Mandatory Parameter while sending the API request to Mailjet
- Using a Nelify function for Mailjet subscriptions
- MailJet Giving Success Response But Not Sending
- NodeJS heap out of memory
- Mailjet templating - conditional decision when a variable is N/A
- Error when sending emails using Mailjet and promises
- 404 Object not found using node-mailjet to manage maillist subscriptions in ES6
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
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.