Send order confirmations, receipts, and account notifications through AI agents at scale — with built-in CAN-SPAM compliance, DKIM signing, and delivery tracking.
Transactional emails — order confirmations, receipts, billing notifications, account alerts — need to reach inboxes reliably and comply with CAN-SPAM. When AI agents generate and send these emails, you need infrastructure that handles deliverability, identity authentication, and compliance automatically. Rolling your own SMTP pipeline means managing DKIM keys, handling bounces, maintaining sender reputation, and staying current with CAN-SPAM rules — all while ensuring your agent's output is accurate enough to send without manual review on every message.
MultiMail provides a single API that AI agents use to send transactional email with production-grade deliverability. DKIM signing, SPF alignment, bounce suppression, and CAN-SPAM footer compliance are built into the infrastructure — agents don't implement them. The monitored oversight mode lets agents send autonomously while giving your operations team a complete log of every message dispatched. Webhooks deliver real-time delivery, bounce, and complaint events back to your agent so it can update downstream systems without polling.
A business event — order placed, payment received, account created — triggers your agent. The agent receives structured data: order ID, customer email, line items, or account details, and proceeds to compose the transactional message.
The agent calls the mailbox send endpoint (POST /v1/mailboxes/{mailbox_id}/send) via the REST API or the MCP tool. MultiMail validates the payload, applies DKIM signing to the sending domain, enforces CAN-SPAM header requirements, and queues the message for delivery.
MultiMail emits webhook events for delivered, bounced, deferred, and complained statuses. Each event carries the email id returned at send time, so you can correlate delivery outcomes with the business record you stored against that id.
Hard bounces are automatically suppressed at the infrastructure layer to protect sender reputation. Your webhook handler receives the bounce type and recipient address so downstream systems — CRM, order management — can be updated with accurate delivery status.
In monitored mode, every outbound transactional message is logged and visible to your team in real time. No approval gate delays delivery, but operators can review the full message history and intervene if the agent produces incorrect content — wrong totals, wrong recipient.
Pick your platform, copy the prompt, and paste it to your AI agent — it sets up MultiMail and builds the whole flow. Nothing to fill in.
MultiMail enforces CAN-SPAM requirements automatically: physical mailing address in the footer, accurate from-address, working unsubscribe mechanism, and compliant headers. Transactional emails have narrower obligations than marketing email, but MultiMail handles both. Agents do not implement compliance logic — it is enforced on every send.
Every email sent through MultiMail is signed with DKIM and aligned with your domain's SPF record. When you provision a custom-domain mailbox, MultiMail generates the DKIM keypair and provides DNS records to publish. After propagation, signing is automatic on every outbound message — no agent-side key management.
MultiMail delivers structured webhook events for delivered, bounced, deferred, and complained statuses. Every event carries the email id returned at send time, so your downstream systems correlate each outcome to the order or account you stored against that id.
Hard-bounced addresses are automatically suppressed from future sends at the infrastructure layer, protecting your domain's sender reputation without any agent-side logic. Bounce details — type, recipient, and the email id of the bounced message — are available via webhook for your CRM or customer database.
Monitored mode gives operations teams a complete audit log of every transactional email sent by your agents, with full message content, sender, recipient, and timestamp. Delivery is not gated — confirmations reach customers in under a second — but operators can identify and remediate incorrect agent output without waiting for a customer complaint.
Email infrastructure built for AI agents. Verifiable identity, graduated oversight, and a hosted MCP server. Formally verified in Lean 4.