Mailto Link Generator

Generate a mailto link with pre-filled subject line, recipients, and body text.

What Is a Mailto Link?

A mailto link is a type of hyperlink that opens a user’s default email client with a pre-filled recipient, subject, and message body. It’s commonly used on contact pages, buttons, or email CTAs.

How Does This Tool Help?

Instead of manually formatting the URL with proper encoding (e.g., replacing spaces with %20), this tool generates it for you instantly.

Common Uses for Mailto Links

  • Contact Us buttons on websites
  • Pre-filled customer support messages
  • Newsletter call-to-actions
  • Affiliate or sales outreach emails

How to Use This Generator

Enter the email address, subject, and optional body. The tool creates the correct `mailto:` URL, ready for copy-paste into any link, HTML, or button.

Frequently Asked Questions

What is a mailto link?

It’s a special hyperlink that launches a user’s default email client to send a new email.

Can I add multiple recipients?

Yes. Separate them with commas like: user1@example.com,user2@example.com

Do mailto links work on mobile?

Yes! Most smartphones open the default email app when a mailto link is tapped.

Can I use this in a button?

Absolutely. Use it as the `href` in an <a> tag, and style it like a button using CSS.