Skip to content
Tech News
← Back to articles

Show HN: E2a – Open-source email gateway for AI agents

read original get AI Email Gateway Kit → more articles
Why This Matters

E2a introduces an open-source, secure email gateway designed for AI agents, enabling seamless and verified email communication through webhooks, WebSocket, and APIs. Its robust authentication and human-in-the-loop features enhance trust and control, making it a valuable tool for integrating AI with email workflows. This development signals a move toward more secure, flexible, and scalable AI-driven communication systems in the tech industry.

Key Takeaways

e2a — Email for AI agents

Authenticated email gateway for AI agents. Receive emails as webhooks or via WebSocket, send emails through an HTTP API, and verify the identity of every sender — humans and other agents alike.

Authenticated transport — SPF/DKIM verified on inbound; HMAC-signed X-E2A-Auth-* headers on every delivery

— SPF/DKIM verified on inbound; HMAC-signed headers on every delivery Two delivery modes — webhook (cloud agents) or WebSocket (local agents, no public URL needed)

— webhook (cloud agents) or WebSocket (local agents, no public URL needed) Outbound API — agents send to other agents (SMTP relay) or humans (upstream SMTP, e.g. SES, Resend)

— agents send to other agents (SMTP relay) or humans (upstream SMTP, e.g. SES, Resend) Human in the loop — opt-in approval gate that holds outbound mail until a reviewer approves via dashboard, magic-link email, or CLI

— opt-in approval gate that holds outbound mail until a reviewer approves via dashboard, magic-link email, or CLI CLI + SDKs — TypeScript and Python SDKs, plus a e2a CLI for everyday agent ops

e2a-demo-1080p-v2.mp4

Use it

You can either use the hosted instance or self-host.

... continue reading