I have set up a mailto link in my email...
<a class="main" style="color: #ffffff; text-decoration: none;" href="mailto:mforrest@uptimeinstitute.com?subject=Help me Register | Fall Network Conference" target="_blank">Help me Register »</a>
but upon sending a test to myself the code changes to this along with all the other links in my email on the Mac...
<a style="color:#ffffff;text-decoration:none" href="http://go.the451group.com/he0d10Y00D0000oPg010Yv0" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en&q=http://go.the451group.com/he0d10Y00D0000oPg010Yv0&source=gmail&us...">Help me Register »</a>
but on the PC it works fine...what is causing the HTML code to switch like this and how can I fix it so it works on both Mac and PC?
Solved! Go to Solution.
Hi Nio,
This cannot be on your mac and not on your laptop.
Marketo is rebranding all the links before sending the email, unless you tell it not to do so. And it does so regardless of the email client that will be used to read the email. go.the 451group.com is your Marketo click detection server.
So the HTML has to be the same on both mac and PC, unless you did not send the email to yourself through the same mechanism. it may now happen that the way outlook for mac and outlook for PC do not decode the redirection from the click detection server to the final destination of the link the same way.
to prevent marketo from rebranding the link, edit the link in the editor and uncheck the "track link" chekcbox:
or add a class="mktNoTrack" in the HTML on the <a> tag.
-Greg
Hi Nio,
This cannot be on your mac and not on your laptop.
Marketo is rebranding all the links before sending the email, unless you tell it not to do so. And it does so regardless of the email client that will be used to read the email. go.the 451group.com is your Marketo click detection server.
So the HTML has to be the same on both mac and PC, unless you did not send the email to yourself through the same mechanism. it may now happen that the way outlook for mac and outlook for PC do not decode the redirection from the click detection server to the final destination of the link the same way.
to prevent marketo from rebranding the link, edit the link in the editor and uncheck the "track link" chekcbox:
or add a class="mktNoTrack" in the HTML on the <a> tag.
-Greg
Thank you Grégoire!
You are welcome
You should read this:
http://blog.teknkl.com/stop-trying-to-track-mailto-links-if-you-want-them-to-work/
Thanks Sanford