RegalMail gives your AI agents real email — receive, understand, and reply automatically. IMAP inbound, SMTP outbound, thread-aware, anti-loop protected.
Persistent connection to the mailbox. No polling, no cron jobs. Your agent reacts within seconds of an email landing.
sales@ goes to your sales agent, support@ to your receptionist. One plugin, many addresses, each bound to the right agent.
Tracks Message-ID, In-Reply-To, and References headers. Your agent maintains full conversation context across threads.
Blocks replies to noreply@, mailer-daemon, auto-replies, and rate-limits per sender. No infinite reply storms.
Gmail, Outlook, OCI, Fastmail, self-hosted. If it speaks IMAP and SMTP, RegalMail works with it.
Run it on your own server with npm, or use our managed service. Your data, your infrastructure, your choice.
Start free. Scale when you need to.
Install the package, add your accounts to openclaw.json, and bind each address to an agent.
// 1. Install $ npm install regalmail // 2. Add to openclaw.json { "channels": { "email": { "accounts": { "sales": { "email": "sales@yourcompany.com", "imapHost": "imap.gmail.com", "smtpHost": "smtp.gmail.com", "agentBinding": "sales-agent" }, "support": { "email": "support@yourcompany.com", "agentBinding": "ai-receptionist" } } } } } // 3. That's it. Your agents now have email.
Free tier. No credit card. Install in under a minute.
Start Free