Page 1 of 1

Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 12:55 am
by killme
I get emails (newsletters) from a specific company (SiftWallet). In PP the emails are extra wide causing me to either maximize the message window or I have to scroll horizontally to see the content. When I view the email at gmail.com it looks normal. It's actually pretty narrow looking at Gmail making me think it's formatted to look good on a phone. I'm not sure what's going on with the way PP is displaying it.

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 1:34 am
by mjs
Hi killme,

To help clarify the issue, please post 3 respective screen-shots that provide us with 1) a specific example of the newsletter that is set to "maximize the message window" as contrasted to 2) another example that is not maximized when you have to "scroll horizontally to see the content" of the newsletter message as well as 3) a screen-shot when you "view the email at gmail.com" that "looks normal".

Thanks.

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 2:53 am
by killme
I've attached the screenshots.
maximized window
maximized window
normal window
normal window
gmail view
gmail view

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 2:27 pm
by Jeff
Can you send a copy of the message source to me (support at esumsoft dot com):
1) View the message in POP Peeper
2) From the menu, select File / Save message as
3) Save the file and attach that file in your email to me (please include a link to this topic so I can compare the various screenshots again)

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 2:32 pm
by killme
It's been sent.

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 4:14 pm
by Jeff
Thanks for the source. Unfortunately, the problem is that the source isn't compatible with Internet Explorer. I viewed the HTML directly in IE11 and it has the same behavior.

It looks like the newsletter tries to account for IE with code like this:
<!--[if (gte mso 9)|(IE)]>
(mso is Microsoft Outlook), but it's apparently not sufficient. There are a lot more conditionals that use mso, so I tried removing all the conditionals (so that the code would run regardless; and there is code that is intended to restrict the width to 600 pixels) but it didn't seem to change IE's display.

The ultimate solution to this will be to replace the IE control with another, and the only *potentially* viable alternative I've found is based on Google/Chromium. I believe Mozilla had one at some point, but they stopped working on it. However, this isn't something that can just be added easily so I'll have to find the time to look into it to see if it will even work.

Until then, you can use the "Open message in client" option; which I tested and works for this message using ThunderBird.

Re: Formatting of email doesn't match what it looks like at gmail.com

Posted: Wed Sep 25, 2019 10:40 pm
by killme
Thanks for the explanation. I'm going to use that info to email Sift and see if they can update their emails and make them more compatible with Internet Explorer.