Your one-time authentication code is 849201
Please use the verification code below to authenticate your sign-in request. This security code expires in 10 minutes.
Receive, route, and automate mail on Cloudflare’s edge—without running a mail stack.
A private mailbox, an automation layer, and a programmable edge runtime in one surface.
Each layer has a job. Together they make a mail system that feels smaller than the stack it replaces.

A working mail system has texture: messages, screenshots, code, storage, and the small objects that make a workflow memorable.


Pmail puts routing, storage, delivery, and automation behind one deployable surface. You own the account, the data, and the decisions.
Explore the architectureWorker compute at the edge, D1 for structured mail data, R2 for attachments, and Workers AI for the useful signal.
Run close to the mailbox, not behind a VPS.
Keep messages and attachments in your account.
Turn noisy verification mail into one useful token.
Connect your own scripts, services, and workflows.
Everything below is local to this page. Explore the workflow without connecting a real mailbox.
Please use the verification code below to authenticate your sign-in request. This security code expires in 10 minutes.
Start with the Worker, query through the API, and add the delivery path when you need it.
# Provision Cloudflare resources
wrangler d1 create cloud-mail
wrangler kv namespace create cloud-mail-kv
wrangler r2 bucket create cloud-mail-r2
# Deploy the Worker
pnpm run deploy