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
- Enter the recipient email address (required)
- Optionally add CC and BCC recipients (comma-separated for multiple)
- Add a subject line and body text if needed
- Customize the link text that users will see
- Copy the mailto URL or HTML code
Supported parameters
| Parameter | Description |
|---|---|
| To | Primary recipient email address |
| CC | Carbon copy recipients (visible to all) |
| BCC | Blind carbon copy (hidden from other recipients) |
| Subject | Pre-filled subject line |
| Body | Pre-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