
0
Outlook.com Removes Placeholder Links in Email.
I have defined an HTML email template that has an anchor tag which its href attribute is assigned to a handlebars.js
Something like this:
<td class="body-text" align="left" class="padding">For the latest information on this order, please <a href="{{orderLink}}">click here</a>.<br></td>
I'm using Litmus to preview all the Email clients available but notice that in Outlook 365 it would show the content inside the email between brackets.
After some research, I came with this issue in their official repository. So, Outlook expects to add the full URL but I'm sending a handlebars.js variable instead. How could I solve this issue?
Hi, this was a while ago, but I'm just wondering if you found a solution for this? I have the exact same problem. Cheers.