Email Link Generator for Mailto URLs
Generate mailto links with recipient, CC, BCC, subject, body, HTML anchor output, and Markdown output. Everything is built locally in your browser.
An email link generator creates a mailto URL that opens the visitor's email app with prefilled fields.
It is useful for contact links, support links, docs, footers, and lightweight call-to-action buttons.
Simple contact links
Use one recipient and a short subject for predictable email client behavior.
Support templates
Prefill a message body when you want users to include helpful context.
The link can include recipient, CC, BCC, subject, and body query values.
Visitors still review and send the email themselves. This tool does not send messages, store addresses, or replace a contact form.
Copy the raw mailto URL for buttons or CMS fields, the HTML anchor for web pages, or the Markdown link for docs.
For URL component encoding, use URL Encoder and Decoder.
Contact pages
Create a simple email link for sales, support, press, or partnerships.
Docs and README files
Add a Markdown email link to documentation or project notes.
Support templates
Prefill a subject and body so users include the right details.
HTML buttons
Generate an anchor tag for CTA buttons or footer links.
Example
A support link can open an email draft with a subject and starter message.
Assumption
The visitor has an email client or browser handler configured for mailto links.
Limitation
Mailto links cannot guarantee delivery, track submissions, validate fields, or prevent spam.
Does this send the email?
No. It only creates a link that opens an email draft.
Can I include a subject and body?
Yes. The generated mailto URL includes encoded subject and body values when provided.
Should I use this instead of a form?
Use mailto for simple links. Use a form when you need validation, tracking, file uploads, or guaranteed server-side handling.
Can I use the output in Markdown?
Yes. The tool provides a Markdown link format.
Suggested workflow
Contact link publishing path
Build a mailto link, encode tricky values, and preview the final Markdown or page copy.