Mnexa‑AI e2a Email Trigger Service Launch
Deploy the e2a service, configure SPF/DKIM, set up webhook endpoints, and test email threading with agent conversations.
Deploy the e2a service, configure SPF/DKIM, set up webhook endpoints, and test email threading with agent conversations.
Summary
Mnexa‑AI has released e2a, a standalone email trigger service designed for agent systems. The service keeps email threading consistent with agent conversation threading, enabling a seamless flow of messages. It includes a human‑in‑the‑loop review for outbound emails during testing, and allows quick onboarding or off‑boarding of agent email addresses within minutes. Local agents communicate via WebSocket, while cloud agents receive at‑least‑once webhook delivery. Currently only SPF/DKIM is supported; DMARC, scoped API keys, HA/multi‑region, app‑layer encryption, and SOC2/HIPAA compliance are planned for future releases. The service runs on a single VM with a single Postgres instance and is hosted at e2a.dev. The source code is available on GitHub at https://github.com/Mnexa-AI/e2a.
This launch provides developers with a ready‑made email trigger layer that can be integrated into existing agent workflows without the overhead of building an email system from scratch.
Key changes
- Email threading stays consistent with agent conversation threading
- Human‑in‑the‑loop review for outbound emails during testing
- Quick onboarding/offboarding of agent email addresses within minutes
- Websocket for local agents and at‑least‑once webhook delivery for cloud agents
- Only SPF/DKIM supported; DMARC, scoped API keys, HA/multi‑region, app‑layer encryption, SOC2/HIPAA not yet
- Hosted at e2a.dev with a single VM and single Postgres
- GitHub repo at https://github.com/Mnexa-AI/e2a
- Service designed as a standalone email trigger for agent systems