Create HTML email hyperlinks instantly. Build mailto links with subject, CC, BCC, and body text in seconds — perfect for developers, designers, and marketers.
<a href="mailto:nikedino121@gmail.com
?subject=Project%20Inquiry
&body=Hi%20there%2C">
Contact Our Team
</a>
Fill in the fields below to create your mailto HTML link. All fields except the email address are optional.
// Your mailto HTML code will appear here...
Your mailto URL will appear here...
Creating an HTML email hyperlink takes just three steps. No coding knowledge required.
Type the recipient's email address into the "To Email" field. This is the only required field to create a basic mailto hyperlink in HTML. Add a display text like "Email Us" or "Contact Us".
Optionally add a mailto link subject, CC, BCC, and email body text. All fields are automatically URL-encoded so your mailto URL works correctly across all browsers and email clients.
Click "Generate" and copy your ready-to-use email link HTML code. Paste it directly into your website, landing page, or email template. Your HTML mailto tag is ready to go.
Everything you need to create perfect mailto links for any web project.
Generate your mailto link HTML in real time as you type. No page reloads, no waiting. Your HTML email hyperlink is ready the moment you click generate.
Build complete mailto URLs with all parameters: to, subject, cc, bcc, and body. All special characters are properly encoded for cross-browser compatibility.
See your mailto email link rendered in real time before you copy it. Click the preview to test that it opens your email client correctly.
Generated mailto hyperlinks work on iOS and Android. Tapping a mailto link on mobile opens the native mail app — perfect for contact pages.
Set any display text for your hyperlink for email HTML. Use "Contact Us", "Send Us a Message", "Email Our Team", or any custom call-to-action text.
All processing happens in your browser. No emails or data are stored or sent to any server. Your information stays completely private.
Copy these real-world mailto HTML examples for common use cases. Click any example to copy the code.
Our mail to link generator is used by professionals across all industries and project types.
Add professional email link HTML to your contact page, about page, or footer so clients can reach you instantly.
Create support and inquiry mailto links with pre-filled subject lines for order issues, returns, and product questions.
Quickly generate correct HTML mailto tags and test them without memorising URL encoding rules or mailto syntax.
Include mailto email links in your HTML newsletters so subscribers can reply or reach out with one click.
Add a clickable mailto hyperlink to your online resume or portfolio so employers can contact you effortlessly.
Build mailto links with subject lines tailored to campaign names so you can track where inquiries come from.
Students learning email link HTML code can use our tool to understand the mailto URL format and how HTML anchors work.
Speed up client websites by generating mailto HTML quickly without switching away from your design workflow.
A mailto link (also called a mail to link or mailto hyperlink) is a standard HTML anchor tag that uses the mailto: URI scheme. When a user clicks an email link in HTML, their default email application opens automatically with the To field pre-filled — and optionally the subject, CC, BCC, and body too.
The basic HTML email hyperlink syntax is: <a href="mailto:you@example.com">Contact Us</a>. This is supported in every browser, on every device, and in every HTML environment.
Adding a subject line to your mailto URL is one of the most useful tricks. It helps the recipient immediately understand the purpose of the email, and it pre-fills the subject field in the email client. You can also add &body= to pre-fill the message body, making it even easier for visitors to reach out.
?subject= to pre-fill the subject line&cc= to add a CC recipient&bcc= to add a BCC recipient&body= to pre-fill the email bodyYou can create a mailto link manually or use our free mailto link generator. The generator handles all URL encoding automatically — spaces become %20, special characters are properly escaped, and the resulting hyperlink for email HTML is ready to paste into your project.
Our tool produces the complete email link HTML code with the anchor tag, href attribute, and display text — everything you need to make a mailto link that works perfectly on desktop and mobile.
<a href="mailto:to@email.com
?subject=Hello%20World
&cc=cc@email.com
&bcc=bcc@email.com
&body=Hi%20there">
Email Us
</a>
───────────────────────────────
Parameter Reference:
mailto: → recipient email
subject= → email subject line
cc= → carbon copy
bcc= → blind carbon copy
body= → pre-filled message
───────────────────────────────
All values must be URL-encoded:
Space → %20
@ → %40
& → %26
? → %3F
, → %2C
Everything you need to know about mailto links and our generator.
Try the fastest, free mailto link generator. Enter your email below for an instant HTML email hyperlink — no signup, no limits.
100% free · No account required · Works instantly