Creating clickable email address links and buttons
How to create clickable mailto links and buttons in an email component so recipients can start a reply with one click.
Last updated
Was this helpful?
How to create clickable mailto links and buttons in an email component so recipients can start a reply with one click.
A clickable email address opens a new message in the recipient's email client with the address already filled in.
Many email clients add this behavior automatically when they detect an address in incoming mail, but you can make it explicit on a link or button. The technique is the same as for a web link — you use a URL with the mailto: prefix, like this:
mailto:support@emarketeer.com
Avoid using the email address itself as the link caption. Use descriptive text instead — for example, "Contact us" or "Email John Doe" — to avoid triggering phishing filters.
To turn text inside a component into an email link, follow the same steps as for a regular web link.
Highlight the text you want to be clickable.
Click the Hyperlink/Link button in the text editor.
In the Link URL field, write the email address with the prefix mailto:.
Apply the link.
Best practice is to avoid adding this type of link in the body of an email component. Most email clients already turn plain email addresses into clickable links, so the sender does not need to add the link manually.

Example of an email link applied to text.
The approach is the same — the mailto: URL goes in the Link URL field, but this time on a button.
Select the block with the button and open the Link box that matches the button.
In the Link URL field, write the email address with the prefix mailto:.
Apply the link.

Example of an email link on a button.
Last updated
Was this helpful?
Was this helpful?

