Generate mailto links instantly — set To, CC, BCC, Subject, and Body fields, preview the encoded URL, and copy HTML or plain links with one click. No signup, no install.

Mailto Link Generator is a free, browser-based tool that builds properly encoded mailto: links in seconds. Fill in the recipient, subject, and body — get a clean, copy-ready link or HTML snippet with zero hassle.
mailto: links sound simple until you actually write one:
mailto:hello@example.com?subject=Hello%20World&body=Hi%20there%2C%0A%0AJust%20wanted...
That's a single link with three fields. Add CC, BCC, and a multi-line body and you're URL-encoding by hand, chasing %20 vs +, and losing newlines. Copy it wrong and the recipient's email client opens with a garbled subject or no body at all.
Every developer who has built a "Contact Us" button, a pre-filled support email link, or an email signature has run into this. The manual approach is error-prone and slow.
Enter any combination of:
All fields are optional except To — the tool generates a valid mailto link from whatever you provide.
The tool encodes your input in real time and shows the full, properly escaped mailto URL as you type. No surprises when the link opens — what you see is what the email client gets.
mailto:hello@example.com?cc=team@example.com&subject=Hello%20World&body=Hi%20there%2C%0A%0ALooking%20forward%20to%20connecting.
All special characters — spaces, newlines, ampersands, commas — are correctly percent-encoded per RFC 6068.
Two copy buttons:
mailto: URL, ready for href attributes or plain text<a href="..."> snippet with configurable link textClick Open in Email Client to trigger the link immediately in your browser. Verify the subject populates, the body looks right, and no encoding artifacts sneak through — before you ship it to production.
Build a pre-filled "Contact Us" link on your website that opens the visitor's email client with your support address, a default subject, and a helpful opening line already written. Higher conversion than a blank compose window.
<a href="mailto:support@yourapp.com?subject=Support%20Request&body=Hi%2C%0A%0AProduct%3A%20...">
Contact Support
</a>Link from a help article or error page directly to a support email with the issue pre-populated in the subject. Faster triage, fewer back-and-forths.
Generate mailto links for email signature templates — link to your calendar booking page, your team inbox, or a specific contact address.
Static sites can't run server-side contact forms without a third-party service. A well-crafted mailto link is a zero-dependency alternative that works everywhere.
Generate invitation or onboarding email links for internal wikis or developer portals — pre-fill instructions into the body so the sender doesn't have to remember the template.
%0A for newlinesencodeURIComponent naively appliedThe client needed a robust developer tools solution that could scale with their growing user base while maintaining a seamless user experience across all devices.
We built a modern application using Email and Mailto, focusing on performance, accessibility, and a delightful user experience.
Category
Developer Tools
Technologies
Date
April 2026
More work in Developer Tools