How to send an email by clicking on a button link?

I can’t seem to find a way to send an email by clicking on a button. I’m using Voyager Pro Theme.
I need help on how to create a button that will open up to a new pre-addressed email.

just a link : <a href="mailto:mail@example.com"</a>

3 Likes

I can’t seem to get it to work.

I went to “Set Link”,
it opens a window in RW7
I can select URL, Pages, or Resources
I left the setting at URL
I put <a href=“mailto:talent@integrity-eds.com”
Then “set link”

What could I be doing wrong?

I entered just:

mailto:talent@integrity-eds.com

set link, and it worked.

Thanks,

1 Like

Does it open your email application when you click it?
That’s what I’m trying to achieve

I’m trying to get a button to do the same. I can enter mailto:website@website.org

and when I click the button it opens in my mail.app. That’s great. But I want to put a subject/header in the email automatically. How can I do that?

Try this and replace it with your own details/information

<a href="mailto:test@example.com?subject=Testing out mailto!"></a>
1 Like

when I click “Set Link” in a button and enter this doesn’t work for me.

I even tried removing the quotes but still doesn’t work

http://share-inspiration.d.pr/19zom2

just use: mailto:test@example.com?subject=Testing out mailto!

2 Likes

Odd. Worked for me using Elixir’s Flat Button stack, no problem.

Thank you! This works for me! Thank you too @robbeattie

Try encoding the spaces. Replace any spaces with: %20