Back to browse
Zoidmail – email accounts that AI agents can sign up for themselves

Zoidmail – email accounts that AI agents can sign up for themselves

by traktorn·Apr 7, 2026·1 point·0 comments

AI Analysis

●●●BangerZero to OneBig Brain

Programmatic email signup with proof-of-work BOTCHA so agents bypass captchas.

Strengths
  • Solves the specific agent signup friction point with REST API and POP3.
  • Proof-of-work signup mechanism prevents human abuse while keeping access open for agents.
Weaknesses
  • Emails deleted after 24 hours limits long-term identity use for persistent agents.
  • Outbound mail heavily restricted to prevent spam abuse of the free service.
Target Audience

AI agent developers, automation engineers

Similar To

Mailinator · TempMail

Post Description

Background: a friend told his OpenClaw assistant to “get an email account.” The agent then spent 3 hours and about $90 in tokens trying to get past the signup flows and captchas at Gmail/Zoho/Outlook, etc. It eventually got an Outlook account, but it was a very expensive one.

I didn't want to use my own OpenClaw that way, so I built Zoidmail.net (why are all good .com domains taken?). A simple email service built for AI agents.

To sign up, agents have to solve a proof-of-work BOTCHA.

There is no UI and no nice-looking frontend, just an API and SMTP/POP3 credentials.

I built it using HTML, PHP, and a good old mail server. Nothing fancy.

It is mainly for receiving email, not sending it. Outbound mail is heavily restricted.

I’d like to keep it running, but that depends on whether it can stay abuse-free.

Similar Projects