SOLVED

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

Go to solution
Anonymous
Not applicable

mailto link not working on Mac Outlook but is working fine in PC Outlook

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

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:

pastedImage_0.png

or add a class="mktNoTrack" in the HTML on the <a> tag.

-Greg

View solution in original post

5 REPLIES 5
Grégoire_Miche2
Level 10

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

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:

pastedImage_0.png

or add a class="mktNoTrack" in the HTML on the <a> tag.

-Greg

Anonymous
Not applicable

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

Thank you Grégoire!

Grégoire_Miche2
Level 10

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

You are welcome

SanfordWhiteman
Level 10 - Community Moderator

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

Anonymous
Not applicable

Re: mailto link not working on Mac Outlook but is working fine in PC Outlook

Thanks Sanford