Skip to content
English
  • There are no suggestions because the search field is empty.

Populate email copy from a button

Prepopulate an email for the member to send at the click of button with copy and a recipient. 

There are many ways to make your button more than a redirect and creating an immediate action. Through a little HTML coding, you can create a button that opens up an email with various levels of population. 

Attention: This only works in the dashboard and email builder buttons. 

Included in this Article

 

Recipient Populated

Open someone's email with a prepopulated email address. This is great for redirecting for more specific questions.

How it works:

In the Button URL add, "mailto:youremailaddress"

Anything you put after the ':' will appear in the recipients.

Example: mailto:info@newhope.com

 

Message Populated

Open someone's email with a prepopulated email with this hack. This is great if you are redirecting for a specific reason.

How it works:

  • Start the same way as the previous code, with "mailto:"
  • After the email address, add "?subject=yoursubject&body=yourmessage". Replace 'yoursubject' and 'yourmessage' with your desired text and they will show up as a prepopulated message.

Example: mailto:info@newhope.com?subject=Beard Contest&body=How does my beard stack up?