Domain verification for email sending.
Connect a sending domain to your project with DNS records and clear verification status.
One API for transactional email. Every message, log, suppression entry, and operational record stays in the region your project is bound to. Sydney (ap-southeast-2) is live today.
Choose a region when you create a project. Boundry keeps message processing, queues, logs, suppression lists, and operational storage in that region.
Connect a sending domain to your project with DNS records and clear verification status.
Send message events to your systems with signed webhooks, retries, and a project-level event record.
Choose a retention window, then inspect message logs and delivery events in the project region.
A project is permanently bound to one region. Sydney (ap-southeast-2) is live today; its Laravel API, message processing, logs, suppression lists, and operational storage stay there.
Cloudflare manages the account control plane; it never proxies message content. Once a message is delivered, the recipient’s mailbox provider is outside Boundry’s control.
Sydney is live · more regions planned
Inspect delivery events, webhook deliveries, and message records in the project region.
verifiedverifiedpendingverifiedverifiedverifiedSend transactional email with a familiar API. Set the region in code, then retrieve message logs and delivery events from the same regional API.
import { Boundry } from "@boundry/sdk";
const client = new Boundry({
apiKey: process.env.BOUNDRY_API_KEY,
region: "au-syd",
});
await client.emails.send({
to: "ava@northwind.com.au",
subject: "Welcome to Acme",
});Sandbox
LocalMost popular
Growth
For software teams that need transactional email with regional data residency. Sydney (ap-southeast-2) is region 01, live today.