Mailto Link Generator

Create mailto links with pre-filled subject, body, CC, and BCC. Get both the raw URL and ready-to-use HTML code.


Enter an email address above...
Enter an email address above...

Features

  • Generate complete mailto: URLs with all parameters
  • Pre-fill subject line, body text, CC and BCC recipients
  • Get both the raw mailto URL and HTML anchor code
  • Live preview of the generated link
  • Properly encodes special characters and spaces
  • One-click copy for URL or HTML
  • Works entirely in your browser - no data sent to servers

How to use

  1. Enter the recipient email address (required)
  2. Optionally add CC and BCC recipients (comma-separated for multiple)
  3. Add a subject line and body text if needed
  4. Customize the link text that users will see
  5. Copy the mailto URL or HTML code

Supported parameters

ParameterDescription
ToPrimary recipient email address
CCCarbon copy recipients (visible to all)
BCCBlind carbon copy (hidden from other recipients)
SubjectPre-filled subject line
BodyPre-filled email body text

Example output

Mailto URL:

mailto:[email protected]?subject=Hello&body=I%20wanted%20to%20reach%20out...

HTML code:

<a href="mailto:[email protected]?subject=Hello&body=I%20wanted%20to%20reach%20out...">Contact us</a>

Tips

  • Use line breaks in the body by pressing Enter - they’ll be encoded automatically
  • Multiple CC/BCC addresses should be comma-separated
  • Special characters like &, =, and spaces are URL-encoded automatically
  • The generated link opens the user’s default email client