electronic-direct-mail

HTML email - The href attribute did not hidden in some devices

蓝咒 提交于 2019-12-11 16:24:42
问题 In my EDM, I have: <p class="my_class" style="cursor: pointer; text-align: center;" > <a href="{{$my_variable}}" style="font-weight:bold;color:#2897FC;">Verify email</a></p> It should look like: but this is what I get: 回答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… <a href="Hello">world</a> … would become : [Hello]world The