Reference

Regions

Enterprise customers can pin sends to specific geographic regions for data residency and compliance.

Available Regions

Region IDLocationNotes
globalAutomatic (default)Routes to nearest available cluster
us-east-1Virginia, USAUS-based sending, SOC 2 Type II
us-west-1Oregon, USAUS West Coast
eu-west-1IrelandEU data residency, GDPR-compliant
eu-central-1FrankfurtGermany, strict EU data rules
ap-south-1SingaporeAsia-Pacific routing
ap-northeast-1TokyoJapan / APAC enterprise

Setting a Region

Per-Domain

curl -X PUT https://api.postmta.com/v1/domains/mail.example.com -H "Authorization: Bearer pmta_live_xxxx" -d '{"region":"eu-west-1"}'

Per-Message

{"region":"eu-west-1","from":{"address":"hello@example.com"},"to":[{"address":"alice@example.com"}],"subject":"...","html":"..."}

Data Residency

When you set a region, all data associated with that send stays within that region: message content, metadata, webhook payloads, analytics data, and DKIM keys.

GDPR Compliance

EU regions are fully GDPR-compliant. Data is processed under GDPR Article 28 Data Processing Agreement with EU Standard Contractual Clauses available for transfers.