Routing + PostalMime
Stream incoming SMTP into the Worker and parse MIME, headers, multipart content, and reply references.
SETUP / Cloudflare Worker SMTP ingress and a verified domain.OTP extraction
Workers AI identifies useful verification codes in incoming messages so the inbox can surface them immediately.
SETUP / Workers AI binding and an enabled extraction workflow.Resend delivery
Send through the Resend engine with a rich composer, recipient chips, drafts, and role-aware quotas.
SETUP / Resend API key, sender domain, and outbound policy.D1 + KV + R2
Keep structured message data in D1, fast configuration in KV, and attachments in R2.
SETUP / Provisioned bindings in wrangler.toml.Aliases + RBAC
Operate multiple domains and addresses while keeping permissions explicit for every role.
SETUP / Admin account and role policy configuration.Telegram + REST
Forward useful events to Telegram or connect your own scripts through the public API.
SETUP / Optional Telegram bot token and Open API token.Operational analytics
Read inbound, outbound, mailbox, and user signals from the authenticated analytics surface.
SETUP / Authenticated admin permission for analytics queries.