Stop Sharing Your Raw Email: A Security Best Practice

In today’s hyper‑connected world, exposing a plain‑text email address on the web is a silent invitation to spambots, scrapers, and malicious actors. A simple mailto: link or a hard‑coded address in a GitHub README, Twitter bio, or static blog can be harvested in seconds, flooding your inbox with unwanted messages and potentially exposing you to phishing attacks.

Why You Should Hide Your Email

Risk How It Happens Impact
Spam bots Web crawlers scan for mailto: links and plain email strings. Thousands of spam emails, wasted time sorting.
Data harvesting Scrapers compile email lists for sale to marketers or spammers. Increased exposure, privacy loss.
Phishing & spoofing Attackers use known addresses to craft targeted scams. Credential theft, reputation damage.
Search engine indexing Google and other search engines may index your address, making it publicly searchable. Long‑term visibility of your contact info.

The solution is simple: stop sharing your raw email and replace it with a private, controllable contact link.

Introducing FormCrab: Receive Messages, Hide Your Email

FormCrab.com gives you a secure, zero‑code way to collect messages without ever exposing your email address.

  • One private link that you can embed anywhere (GitHub README, Twitter bio, static blog, etc.).
  • Messages are delivered straight to your inbox while your address stays hidden from bots.
  • Built‑in anti‑spam protection keeps junk out of your mailbox.
  • No HTML or hosting required – FormCrab provides the landing page, the form, and the backend.

How It Works

  1. Create a form on FormCrab and receive a unique token (e.g., https://formcrab.com/f/abcd1234).
  2. Share the link wherever you want people to contact you.
  3. Visitors click the link, fill out the form, and submit.
  4. You get the message in your email inbox; the address never appears on the public page.

Perfect Use‑Cases

  • GitHub READMEs – Replace [email protected] with a single FormCrab link.
  • Twitter bios – Keep a clean profile while still offering a way to reach you.
  • Static blogs – Add a “Contact Me” button without writing any HTML or managing a server.

Customizing Your Form Link with GET Parameters

FormCrab lets you tailor the user experience by appending query parameters to your private link. Replace {custom-link} with your unique token.

1. Auto‑fill Name

If you already know the user’s name, pass it via the name parameter to save them time.

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

2. Pre‑set Visitor Email

When you have the visitor’s email in your database, pre‑populate the field.

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

3. Custom Subject

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

<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 guiding text for the user’s message.

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

5. Custom Redirect (Next)

After a successful submission, users are taken to FormCrab’s default “Thank You” page. Override it with the next parameter.

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

Getting Started in Two Minutes

  1. Visit formcrab.com and click “Get My Link”.
  2. Enter the email address where you want to receive messages.
  3. Copy the generated link (e.g., https://formcrab.com/f/abcd1234).
  4. Paste the link into your README, bio, or website.

That’s it—no HTML, no server, no maintenance.

Bottom Line

Sharing a raw email address online is a needless security risk. By using FormCrab, you keep your inbox private, protect yourself from spam and scraping bots, and still give visitors a simple way to reach you.

Stop exposing your email. Switch to a private FormCrab link today and enjoy the peace of mind that comes with true contact security.

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