Free Online Tool · No Signup Needed

The Easiest
Mailto Link
Generator

Create HTML email hyperlinks instantly. Build mailto links with subject, CC, BCC, and body text in seconds — perfect for developers, designers, and marketers.

Free Uses
5
Field Options
1-click
Copy Code
Generated HTML Email Hyperlink
<a href="mailto:nikedino121@gmail.com ?subject=Project%20Inquiry &body=Hi%20there%2C"> Contact Our Team </a>
Contact Our Team Live Preview

Mailto Link Generator

Fill in the fields below to create your mailto HTML link. All fields except the email address are optional.

Build Your Mailto Link

💡 Pro Tips
  • Use a subject to increase email open rates
  • BCC yourself to track outreach links
  • Body text helps people get started quickly
  • Test your mailto link before publishing
HTML Email Hyperlink Code
// Your mailto HTML code will appear here...
Link Preview
Your live email link preview will appear here
Mailto URL Only
Your mailto URL will appear here...

How to Make a Mailto Link

Creating an HTML email hyperlink takes just three steps. No coding knowledge required.

01
📧

Enter Your Email

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".

02
⚙️

Add Optional Fields

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.

03
📋

Copy & Paste HTML

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.

Advanced Features

Everything you need to create perfect mailto links for any web project.

Instant Generation

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.

🔗

Full Mailto URL Builder

Build complete mailto URLs with all parameters: to, subject, cc, bcc, and body. All special characters are properly encoded for cross-browser compatibility.

👁️

Live Preview

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.

📱

Mobile Compatible

Generated mailto hyperlinks work on iOS and Android. Tapping a mailto link on mobile opens the native mail app — perfect for contact pages.

🎨

Custom Link Text

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.

🔒

Private & Secure

All processing happens in your browser. No emails or data are stored or sent to any server. Your information stays completely private.

Mailto Link Examples

Copy these real-world mailto HTML examples for common use cases. Click any example to copy the code.

Perfect for Every Project

Our mail to link generator is used by professionals across all industries and project types.

💼

Business Websites

Add professional email link HTML to your contact page, about page, or footer so clients can reach you instantly.

🛍️

E-Commerce

Create support and inquiry mailto links with pre-filled subject lines for order issues, returns, and product questions.

🧑‍💻

Developers

Quickly generate correct HTML mailto tags and test them without memorising URL encoding rules or mailto syntax.

✉️

Email Newsletters

Include mailto email links in your HTML newsletters so subscribers can reply or reach out with one click.

📄

Resumes & Portfolios

Add a clickable mailto hyperlink to your online resume or portfolio so employers can contact you effortlessly.

📣

Marketing Campaigns

Build mailto links with subject lines tailored to campaign names so you can track where inquiries come from.

🏫

Education

Students learning email link HTML code can use our tool to understand the mailto URL format and how HTML anchors work.

🌐

Agencies & Freelancers

Speed up client websites by generating mailto HTML quickly without switching away from your design workflow.

Everything About the HTML Mailto Tag

What Is a Mailto Link in HTML?

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.

Mailto Link with Subject

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.

  • Use ?subject= to pre-fill the subject line
  • Use &cc= to add a CC recipient
  • Use &bcc= to add a BCC recipient
  • Use &body= to pre-fill the email body
  • All parameter values must be URL-encoded

How to Create a Mailto Link

You 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.

Mailto URL Structure
<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

Frequently Asked Questions

Everything you need to know about mailto links and our generator.

Ready to Create Your Mailto Link?

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