Contact an email address link | Community
Skip to main content
Level 2
January 30, 2017
Solved

Contact an email address link

  • January 30, 2017
  • 2 replies
  • 2962 views

I am working on a email that has a link to an email address in it.

It current links to: mailto:XXXX.org.

The only issue I am having is that before the email box pops up in outlook it opens a new window.

Any recommendations?

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You should always turn off tracking for mailto: links. Read this post for more: http://blog.teknkl.com/stop-trying-to-track-mailto-links-if-you-want-them-to-work/

2 replies

January 30, 2017

Hi Katy,

There could be a few ways to solve this. Do you have a sample of the full <a></a> you are using?

Andy

Level 2
January 30, 2017

<a href="mailto: XXXXX@XXX.org" target="_blank" id="" style="color: #000000;">XXXXX@XXX.org</a>

January 30, 2017

Hi Katy,

I do not believe you need the target="_blank". Try taking that out and see if that works.

Andy

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
January 30, 2017

You should always turn off tracking for mailto: links. Read this post for more: http://blog.teknkl.com/stop-trying-to-track-mailto-links-if-you-want-them-to-work/