SOLVED

Re: pre-populating subject lines in email address links in emails

Go to solution
Anonymous
Not applicable

pre-populating subject lines in email address links in emails

Is there a way to include a link in an email that sends an email (for example, mailto:{{lead.Jen Lead Owner Email:default=contact@company.com}} ) where the email is pre-populated with a subject line, like "Please send me more info."
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: pre-populating subject lines in email address links in emails

Hey Annette,

To this you just need to add a querystring to the mailto link like this:

mailto:{{lead.Jen Lead Owner Email:default=contact@company.com}}?subject=Your Subject Line Goes Here

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: pre-populating subject lines in email address links in emails

Hey Annette,

To this you just need to add a querystring to the mailto link like this:

mailto:{{lead.Jen Lead Owner Email:default=contact@company.com}}?subject=Your Subject Line Goes Here
Anonymous
Not applicable

Re: pre-populating subject lines in email address links in emails

I would also recommend using encoded characters for anything other than digits and letters:

Example:

<a href="mailto:contact@company.com?subject=Please%20send%20me%%20more%20info">