SOLVED

Email horribly broken in Gmail App on iPhone

Go to solution
Guitarrista82
Level 6

Email horribly broken in Gmail App on iPhone

Hello Community,

 

I am dealing with an email issue where the email appears horribly broken in the Gmail app on iPhone.

 

When viewing the email via my Outlook for Desktop and clicking on the View as Webpage link, the email appears fine (a little long, yes, but not "broken"):

 

Full email.png

 

However, when viewing it in my Gmail app on my iPhone (7 Plus), it looks like this:

(FYI, I have hidden the logos)

Top of Email:

 

Header.png

 

Middle of Email:

 

Middle of Email.png

 

Bottom of Email:

Bottom of email.jpg


You can view the webpage version of the email here:  https://promos.ovstravel.com/index.php/email/emailWebview?mkt_tok=NTEyLUpKUC02MTUAAAGDduB20bbQWy7aOz... 

 

Any help would be much appreciated!

 

LK

 

1 ACCEPTED SOLUTION

Accepted Solutions
Guitarrista82
Level 6

Re: Email horribly broken in Gmail App on iPhone

Hi Jo,

 

Thanks for your help, again.

 

So, this was definitely a learning experience for me.

 

The issue, I discovered, was an extra } just before the </style> tag 😲 😥

View solution in original post

9 REPLIES 9
Jo_Pitts1
Level 10 - Community Advisor

Re: Email horribly broken in Gmail App on iPhone

@Guitarrista82 ,

As always, we'll need code to know what's going wrong here.

Out of interest, is this a gmail address you're sending to, or is it a GANGA (Gmail App for Non Google Accounts); i.e. an outlook account in gmail?

 

Cheers

Guitarrista82
Level 6

Re: Email horribly broken in Gmail App on iPhone

Hi Jo,

 

 

Yes, I am sending to my Gmail address directly.

 

I was trying to share the code, but got the message below.

 

Guitarrista82_0-1648604230227.png

 

So, I've uploaded it to my Google Drive here instead.

 

Please let me know if you are not able to access it. 

 

 

Thank you,

 

LK

Jo_Pitts1
Level 10 - Community Advisor

Re: Email horribly broken in Gmail App on iPhone

How should it be formatting?  Image full width, text underneath?

Guitarrista82
Level 6

Re: Email horribly broken in Gmail App on iPhone

Ideally this is how the images and text would appear, and they do appear like this in desktop view.

 

 

Top of email:

 

Top of email.png

 

Middle of Email:


left right images.png

 

 

Bottom of Email:
Bottom of email images.png

Jo_Pitts1
Level 10 - Community Advisor

Re: Email horribly broken in Gmail App on iPhone

So is there not supposed to be a form of responsive behaviour for the image left/text right and text left/image right blocks?

Guitarrista82
Level 6

Re: Email horribly broken in Gmail App on iPhone

Hi Jo,

 

Thanks for your help, again.

 

So, this was definitely a learning experience for me.

 

The issue, I discovered, was an extra } just before the </style> tag 😲 😥

Jo_Pitts1
Level 10 - Community Advisor

Re: Email horribly broken in Gmail App on iPhone

@Guitarrista82,

I'm so happy you tracked it down.  I was guessing at a missing style - turns out I was mostly correct 🙂

 

Code as if EVERY email client is super strict... because often in their own (different) ways, they are.

 

Cheers

Jo

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Email horribly broken in Gmail App on iPhone

I would suggest using code editor/validator (there are a million of open source editors available to download) to ensure that all the braces are closed, balanced, there are no open tags, etc. 🙂

Guitarrista82
Level 6

Re: Email horribly broken in Gmail App on iPhone

Yes, for sure Darshil! Thanks for the suggestion 🙂