Html Email - The Href Attribute Did Not Hidden In Some Devices
In my EDM, I have:
Solution 1:
This is a bug in Office 365 and Outlook.com. When you have any content other than a URL inside a href, Office 365 and Outlook.com will show this content inside the email between brackets. So the following example…
<ahref="Hello">world</a>
… would become :
[Hello]world
The only walk around is to send tests with URL's. When actual sends are done the URL gets populated thru the database or content blocks.
Example during tests you will send tests as:
<ahref="https://www.google.com/"style="font-weight:bold;color:#2897FC;">Verify email</a></p>
Post a Comment for "Html Email - The Href Attribute Did Not Hidden In Some Devices"