Mailto Link Generator
Create email links with custom parameters for your website or email campaigns
About Mailto Links
Mailto links allow you to create HTML links that open the user's default email client with pre-filled information like recipients, subject, and body content.
Basic format: mailto:[email protected]
With parameters: mailto:[email protected]?subject=Hello&body=How%20are%20you
The following parameters are supported:
- subject: Sets the email subject line
- body: Pre-fills the email body
- cc: Adds carbon copy recipients
- bcc: Adds blind carbon copy recipients
Note: Mailto links work by opening the user's default email client. The user still needs to manually send the email.