Build properly encoded mailto links with subject, CC, BCC, and body. Get a clickable link and HTML snippet ready to copy.
Enter an email address to generate your mailto link.
Link ready. Unboxd can help with the rest too. AI reads and summarizes your inbox so you never miss what matters.


A mailto link is an HTML hyperlink that opens the user's default email client with a new message pre-filled. It uses the mailto: URI scheme and can include a recipient address, subject line, CC, BCC, and body text. When someone clicks a mailto link on a website, their email app (like Gmail, Outlook, or Apple Mail) opens automatically with the fields already populated.
To add a subject to a mailto link, append a query parameter after the email address: mailto:[email protected]?subject=Your%20Subject%20Here. The subject text must be URL-encoded, which means spaces become %20 and special characters are converted to their encoded equivalents. This generator handles all the encoding automatically.
Yes, you can include both CC and BCC recipients in a mailto link using query parameters. For example: mailto:[email protected][email protected][email protected]. Multiple CC or BCC addresses can be separated with commas. All major email clients support these parameters.
Yes, mailto links work on both iOS and Android devices. On iOS, tapping a mailto link opens the default Mail app (or whichever email app the user has configured). On Android, it typically shows a chooser dialog letting the user pick their preferred email app. The subject, CC, BCC, and body parameters are all supported on mobile.
Unboxd reads every email and gives you a daily briefing with only what matters.

