MR
1
Android Gmail App: Long Link Breaks Email
Hello!
We are currently trying to fix an issue on the Android Gmail App.
In our email there is a long link (confirmation link) which destroys the table template, even tho the table is 500px width it expands to the width it needs to show the link on one line.
In all other browsers/apps/web pages where the html email template is visible we solved it by applying style="word-wrap: break-word; word-break:break-all;"
to the td the link is in, which breaks the link on to multiple lines, but appearently the Android Gmail App doesn't support these css tags.
How can we prevent the link from breaking the table, and forcing the link to break in Android Gmail App?
Have you tried applying a max-width to the table that's meant to be 500px width?
Think the quick and dirty method would be to see where the confirmation link is breaking, and break up the text into 2 links.
Thank you, the max-width solved the problem!
Usually the ESP has a link shortening method or code you can use, if you are using Salesforce marketing cloud then it would be something like this in the code. 'WrapLongURL("http://example.com/exceedinglylongimageurl.jpg")' but it only workls if the url is 975 character or longer on the receiving end user.