Skip to main content
April 21, 2014
Question

Populate Subject Line in Outlook Email Pop Up

  • April 21, 2014
  • 2 replies
  • 1249 views
I've read a few suggestions on how to populate the subject line of an email address when it pops up in a new window, but none of the suggestions have worked so far. I keep getting an error message when the link is clicked or the link won't open at all. 

Here is the suggested HTML I found on the Community pages. 

<a href="mailto:emailaddress@yourcompany.com?subject=Enter Your Subject Line Here">Viewable Text Goes Here</a>

Does anyone have any thoughts on what the issue could be?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
April 21, 2014
Are you doing this on a Marketo page?

You may need to remove the tracking code using mktNoTrack in the Class area. You may also need to put in %20 in the spaces.
April 21, 2014
I agree with Josh about the %20 for spaces. Are you adding this straight to the code or are you using the hyperlink builder tool? When I use the tool, I enter: mailto:emailaddress@yourcompany.com?subject=Enter Your Subject Line Here

That usually works just fine for me.