"Mail-to" Link in E-mail

Anonymous
Not applicable
Hi!

I have the term, "Send us a message", in an e-mail and would like for the recipient to be able to click on it and it pop up their e-mail with my e-mail address ready to go for them.  Is there a way to do this?

Thanks!
Tags (1)
6 REPLIES 6
Anonymous
Not applicable
Here's a little bit more if you want to take it a step forward and CC anyone, provide a subject or even email content

<a href="mailto:you@youremail.com?subject=The%20subject%20of%20the%20email
&amp;body=The%20body%20of%20the%20email">Text Here</a>

http://www.rapidtables.com/web/html/mailto.htm 
Anonymous
Not applicable
PERFECT! Thank you!!
Justin_Cooperm2
Level 10
Also, make sure you add the class "mktNoTrack" so that it doesn't popup a re-direct window. You probably just want it to bring up the compose email window. The only side effect is that you won't get link tracking for that mailto link when you use "mktNoTrack," but this might be fine for you. To do this, follow these instructions:

https://community.marketo.com/MarketoArticle?id=kA050000000KyqCCAS


Anonymous
Not applicable

Hi Courtney,
just do it like that using the normal WYSIWYG editor:

0EM50000000RzXd.jpg

Hope that helps.

Best regards
 

Steffen

Anonymous
Not applicable
I tried copying and pasting that whole thing to hyperlink the "send us a message" and nothing happened 😕 
Robb_Barrett
Level 10
<a href="mailto:(email address)">email address</a>
Robb Barrett