URL Structure & Documentation
// Understand the mailto.to URL structure
Mail draft links that work for every user, on every device
Link Structure
https://mailto.to/#[to]?[other parameters]
- to
- Recipient's email address (placed immediately after the # symbol)
- cc
- Carbon copy recipients (comma-separated for multiple)
- bcc
- Blind carbon copy recipients (comma-separated for multiple)
- subject
- Email subject line
- body
- Main content of the email
Example Usage
Note: Make sure to URL-encode parameter values, especially for the 'body' parameter which may contain spaces and special characters.
Pro Tip
This syntax mirrors the standard mailto: format, allowing easy conversion between mailto: and mailto.to mail draft links. Simply change the protocol and add/remove the hash symbol.
Adding a few characters to your mailto: link, transforms it into a mailto.to mail draft link.
Live Example
Transformation Process:
- • Add "https://" at the beginning
- • Replace "mailto:" with "mailto.to"
- • Add "/" after the domain
- • Add "#" before the email address
Why mailto.to mail draft links are better than mailto:
No Email Client Required
mailto: links assume users have an email client configured in their browser. If not, the link fails completely.
mailto.to mail draft links work regardless of email client setup, providing a web-based interface that anyone can use.
Always Accessible Content
mailto: links hide the email content when they fail. Users can't see the subject or body to manually send the email.
mailto.to mail draft links always display the email content, allowing users to copy the information and use it as a fallback.
Shareable Anywhere
mailto: links cannot be shared on social media platforms or messaging apps that don't support email protocols.
mailto.to mail draft links are regular HTTPS URLs that can be shared anywhere - Twitter, Facebook, Slack, or any platform that supports links.