5 Ways to Mask Your Email Address on Public Websites

Posting a raw [email protected] on a public page might feel convenient, but it’s a magnet for spam bots, crawlers, and unwanted solicitations. Fortunately, you don’t have to sacrifice accessibility for privacy. Below are five practical techniques to keep your inbox clean while still letting people reach you—plus a handy tool, formcrab.com, that does the heavy lifting for you.


1. Use a Private Contact Link Instead of a Mailto

Instead of embedding a mailto: link, generate a unique URL that points to a secure contact form. When visitors submit the form, the message lands straight in your inbox, but your actual email address never appears in the page source.

Why it works: Web scrapers specifically look for mailto: attributes. A plain HTTP link isn’t recognized as an email address, keeping bots in the dark.

How formcrab.com helps:

Receive Messages, Hide Your Email.
Stop putting your raw email on websites. Get a private link, share it anywhere, and receive messages directly in your inbox. No code required and anti‑spam protection.

You can drop the link anywhere—GitHub READMEs, Twitter bios, static blogs—without writing HTML or paying for hosting. Formcrab provides the landing page, the form, and the backend.


2. Add GET Parameters to Pre‑Fill the Form

Formcrab lets you customize the experience by adding query parameters to your private link. This can auto‑populate fields, set a subject line, or even redirect users after submission.

Replace {custom-link} with the token you receive from formcrab.com.

Goal Example
Auto‑fill Name <a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a>
Pre‑set Visitor Email <a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>
Custom Subject <a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a>
Predefined Message <a href="https://formcrab.com/f/{custom-link}?message=I+would+like+to+request+a+demo" target="_blank">Inquiry</a>
Custom Redirect (Next) <a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>

These parameters make the form feel native to your workflow while still protecting your real address.


3. Deploy a “Contact Me” Button with a Short URL

If you prefer a compact, memorable link, use a URL shortener (or a custom domain) that points to your Formcrab endpoint. The short URL can be placed in places where space is limited, such as QR codes on business cards or Instagram bios.

Tip: Keep the short URL consistent across all your public profiles; it becomes a brand asset that never reveals your email.


4. Leverage CAPTCHA‑Free, Anti‑Spam Solutions

Traditional contact forms often rely on CAPTCHAs, which can annoy users. Formcrab’s backend includes built‑in anti‑spam filters, so you get clean messages without the friction. This improves user experience while still protecting you from bots.


5. Centralize All Inquiries in One Inbox

When you spread your email address across multiple sites, you risk fragmented communications. By funneling every public contact request through a single Formcrab link, you keep every message in one place. The service also tags incoming emails with the source (e.g., “GitHub README” or “Twitter Bio”) based on the URL you shared, making it easy to prioritize responses.


Quick Start Guide to Mask Your Email with Formcrab

  1. Sign up at formcrab.com.
  2. Create a new form – you’ll receive a unique token (e.g., abc123).
  3. Copy the generated link: https://formcrab.com/f/abc123.
  4. Add any GET parameters you need (see the table above).
  5. Replace your mailto: or plain email with the new link wherever you need it.

That’s it—no HTML, no server setup, no maintenance. The service handles the landing page, the form logic, and the email delivery.


Final Thoughts

Masking your email address on public sites isn’t just a privacy tweak; it’s a proactive shield against spam, a boost to professionalism, and a smoother experience for anyone trying to reach you. With tools like formcrab.com, you get all the benefits of a traditional contact form—plus the convenience of a single shareable link and built‑in anti‑spam protection.

Ready to clean up your inbox? Try formcrab.com today and keep your email invisible to bots while staying fully reachable. 🚀

Ready to build your own forms?

Start receiving submissions today without worrying about email exposure or complex backends.

Create Your Private Link
Back to all articles