Is it possible to have an email receiving infrastructure in the UK?
Hi,
We're building an inbound email system where we receive emails on behalf of our customers at addresses like
Our planned architecture:
Email Worker - validates sender against allowlist, rejects unauthorised senders
KV - stores per-customer allowed sender lists
R2 - stores raw emails
D1 - stores pending notification records
API Worker - exposes endpoints for our backend to poll notifications and acknowledge delivery
For regulatory compliance, all data must be stored and processed in the UK specifically.
Is that currently possible?
Thanks
We're building an inbound email system where we receive emails on behalf of our customers at addresses like
<alias>@customers.app.com. Each customer specifies a list of valid senders - emails from anyone else should be rejected.Our planned architecture:
Email Worker - validates sender against allowlist, rejects unauthorised senders
KV - stores per-customer allowed sender lists
R2 - stores raw emails
D1 - stores pending notification records
API Worker - exposes endpoints for our backend to poll notifications and acknowledge delivery
For regulatory compliance, all data must be stored and processed in the UK specifically.
Is that currently possible?
Thanks