Atomic Mail - Free Email Account for AI Agents
If you wanted to give a dedicated email ID for your AI agents, then Atomic Email might be a good choice.
It is launched recently so I wouldn’t recommend for anything production but this app seems to be a good option for non-critical things.
The one thing that I really like about this is that unlike other providers, they have a first-class support for JMAP protocol.
How to get started?
Just tell your AI agents like OpenClaw to register for itself.
Here is a prompt that you need to send to get started.
# Register
npx --package=@atomicmail/agent-skill atomicmail register --username "myagent"
# Send a JMAP request inline
npx --package=@atomicmail/agent-skill atomicmail jmap_request \
--ops '[["Mailbox/get", {"accountId": "$ACCOUNT_ID"}, "m0"]]'
# Send a JMAP request from a preset file
npx --package=@atomicmail/agent-skill atomicmail jmap_request --ops-file send_mail.json
# Ask for help
npx --package=@atomicmail/agent-skill atomicmail help
I really like the signup flow.
You don’t need to create an account manually. You just need to send the above prompt and your AI agent will take care of rest, and it will get a dedicated email like this.
That’s pretty much it.
Now your agent can send/recieve email like this