@Matt Brailsford I just wanted to let
# social
s
@Matt Brailsford I just wanted to let you know that the UMB.FYI newsletter doesn't display very well in iCloud webmail. I guess the number of people viewing the email in that client is not that high, so it's not a major issue. https://cdn.discordapp.com/attachments/869656431308189749/1405104932624924682/image.png?ex=689d9d71&is=689c4bf1&hm=3eb5339b8da3d674cb96c89a704dd6fda1b3b73594ef18b9d32d456eae245a2f&
m
Hmm, I just signed up for a test icloud.com email and sent it the same email and it renders fine. I'm using Chrome on windows though to view it. What's your setup?
s
Very odd! I also view it through Chrome (Version 139.0.7258.128) on Windows
I am using iCloud with a custom domain. I don't know if that could cause any issues.
m
Do you have the mail protection feature setup?
s
I do
m
I wonder if that's why, let me see if I can enable it
s
I will also just try to disable it on my end
No change for me.
You are also welcome to send me a test / preview email to my iCloud address and custom domain address. Then I can compare the two
m
Wanna DM me your email?
For any other ICloud users, we got to the bottom of it and have put a fix in place so future emails should work nicely now
l
Can you tell us something about what caused it, just curious at this point 😄
m
My body tag had styles on for
height: 100%;
which seemed to work fine in all other clients, but it looks like the way that ICloud works is that it renders the mail body in an iframe, then measures the cotent heights, and then resizes the iframe to the right height. But by having height 100% on body tag, it breaks it's ability to calculate the height.
And so it remains letterboxed at the iframes default height.
l
Ah the wonderfull horror of mail clients that do as they please, like stripping certain things from the HTML or styling, putting it in an iFrame or not supporting some basic HTML things. I always really hated building mail templates! 😄
m
hehe, indeed. And here's me thinking by making it really simple looking would make this a breeze 😄
2 Views