The Easiest Way to Protect Your Email from Spam Bots

If you’re a developer, freelancer, or small business owner, you’ve probably copied your email address onto a README, a blog, a Twitter bio, or a contact page. It feels natural—people can reach you directly. The downside? Spambots crawl the web looking for mailto: links and plain‑text addresses, then flood your inbox with junk.

Below you’ll learn why hiding your email is the smartest move and how FormCrab (formcrab.com) lets you stay reachable without ever exposing your address. No code, no hosting, no HTML headaches—just a private link you control.


Why Your Email Gets Harvested

Situation What the Bot Does Result
Static site – you write <a href="mailto:[email protected]">Email me</a> Scrapers parse the HTML, collect the address, add it to spam lists Hundreds of unwanted newsletters, phishing attempts
GitHub README – raw text [email protected] Bots scan public repositories, extract any email‑like strings Your inbox gets bombarded shortly after the repo goes public
Twitter bioContact: [email protected] Automated crawlers scan profiles for contact info Direct messages turned into spam

Once an address is on a spam list, it can stay there forever. The only reliable defence is not to expose the address at all.


FormCrab: Receive Messages, Hide Your Email

FormCrab gives you a single private link that you can share anywhere—GitHub, Twitter, a static blog, or even a printed flyer. When somebody clicks the link they see a clean, hosted contact form. Their message is forwarded to your real inbox, while your real email stays invisible to bots.

Key Benefits

  • Zero code required – just paste the link.
  • Built‑in anti‑spam protection – no mailto: or plain‑text address for crawlers.
  • No hosting costs – FormCrab provides the landing page, the form UI, and the backend processing.
  • Full control – you can change the destination address, edit the thank‑you page, or disable the link at any time.
  • Perfect for static environments – works on GitHub Pages, Netlify, Vercel, or any site that can’t run server‑side code.

Customizing the Email Form Link

FormCrab lets you enrich the experience by adding GET parameters to your private link. Use them to pre‑fill fields, set a subject, or redirect the user after they submit.

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

1. Auto‑fill the Name

If you already know the visitor’s name (for example, you’re sending a personalized invitation), pass it with the name parameter.

<a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a>

2. Pre‑set Visitor Email

When the email address is known in advance—perhaps you’re contacting a support customer—use the email parameter.

<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>

3. Custom Subject

Organize incoming messages by setting a subject that appears in your notification email.

<a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a>

4. Predefined Message

Provide a template or a starter phrase to guide the user.

<a href="https://formcrab.com/f/{custom-link}?message=I+would+like+to+request+a+demo" target="_blank">Inquiry</a>

5. Custom Redirect After Submission

By default FormCrab shows its own “Thank You” page. Override it with the next parameter to send users back to your site.

<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>

How to Get Started in 3 Minutes

  1. Sign up at formcrab.com.
  2. Create a new form – you’ll receive a unique token ({custom-link}).
  3. Copy the link (or a customized version) and paste it wherever you currently have an email address.

That’s it. Your inbox stays private, and your visitors get a professional, bot‑proof way to reach you.


Real‑World Use Cases

Platform Why FormCrab shines Example
GitHub README No HTML needed, link works on the raw markdown view https://formcrab.com/f/{custom-link}
Twitter Bio Keeps the 160‑character limit, avoids spam‑harvesting bots formcrab.com/f/{custom-link}
Static Blog (Jekyll / Hugo) No server‑side processing, just a hyperlink in a post <a href="https://formcrab.com/f/{custom-link}">Contact the author</a>
Online Portfolio Professional look, custom redirect to “Thanks” page on your domain https://formcrab.com/f/{custom-link}?next=https://myportfolio.com/thanks

Bottom Line

Every time you expose a raw email address, you hand a spambot a new target. With FormCrab you replace that exposure with a single, private, customizable link that:

  • keeps your real inbox hidden,
  • requires zero development effort, and
  • gives you full control over the user experience.

Give your email the protection it deserves. Visit formcrab.com, create your private form, and start sharing the link instead of the address today.

Your inbox will thank you, and your users will appreciate the clean, hassle‑free contact flow.

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