When I receive a message from a certain correspondent via Gmail imap, eM Client’s display of the message shows some code, below which the message displays correctly:
/* Based on The MailChimp Reset INLINE: Yes. / / Client-specific Styles /#outlook a{padding:0;}/ Force Outlook to provide a “view in browser” menu link. */body{width:100% !important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; …
Other email software (Gmail, Thunderbird, Windows10 Mail …) display the message correctly without the preceding code. Is this an known eM Client bug?
No, it is most likely an error in the HTML code of the message.
If you want to send me the message, I can have a look for you. To do that, right-click in the message body and choose Save As. Send the eml file this creates to [email protected] and include a link to this forum post.
It is definitely an error in the message code. The message begins with broken HTML code right at the start, where it is missing the preliminary HTML header lines that describe what follows is HTML code. So it starts like this:
That is the actual beginning of the HTML section and is only found much further down in the message code.
But even if it was included in the HTML section, the code still has errors. It starts defining a table, then says the table has the text:
/* Based on The MailChimp Reset INLINE: Yes. */ /* Client-specific Styles */#outlook a{padding:0;}/* Force Outlook to provide a “view in browser” menu link. */body{width:100% !important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; …
So, we display that anyway, as the table specification says to do.
You will need to contact the sender and let them know that their mailout app has an error.