P Postulate

The email API that keeps your data in Europe.

A developer-first email API with full data sovereignty. Send and receive transactional email — hosted entirely in the EU.

Join developers across Europe building with Postulate.

Free tier at launch — no credit card required.

GDPR Compliant EU-Hosted DKIM / SPF / DMARC
postulate.eu/dashboard/messages
Delivered

Order confirmation #EU-4821

to klara.mueller@firma.de

2m ago
Delivered

Password reset requested

to jean.dupont@agence.fr

5m ago
Pending

Invoice #INV-2024-0392

to buchhaltung@schmidt-gmbh.de

8m ago
Delivered

Welcome to your new account

to sophie.laurent@courrier.fr

12m ago
Bounced

Shipping notification DE-7291

to info@altes-buero.de

15m ago

Built for trust, from the ground up.

EU Data Sovereignty

Servers in Germany and Finland. No US cloud providers. No transatlantic data transfers. Your data never leaves the EU.

Developer-First

Simple HTTP API for inbound and outbound email. Webhooks, rules engine, and DKIM/SPF/DMARC — configured out of the box.

Deliverability Built In

Rate limiting, bounce handling, and spam filtering from day one. We protect your sender reputation so your emails actually arrive.

Your email data deserves better.

Data location

US / global — data leaves the EU
EU only

GDPR compliance

Requires DPA + SCCs, uncertain enforcement
Full compliance by default

Cloud dependency

AWS, GCP (US-owned infrastructure)
Independent EU infrastructure

Built for developers.

send-email.ts
const response = await fetch(
  "https://api.postulate.eu/v1/send",
  {
    method: "POST",
    headers: {
      "Authorization": `Bearer ${API_KEY}`,
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      from: "noreply@yourapp.eu",
      to: "klara.mueller@firma.de",
      subject: "Order confirmation #EU-4821",
      html: "<h1>Thank you!</h1>"
    })
  }
);
Webhook Events
email.delivered klara.mueller@firma.de — 250 OK 2m ago
email.opened jean.dupont@agence.fr — MUA: Thunderbird 4m ago
email.delivered jean.dupont@agence.fr — 250 OK 5m ago
email.clicked sophie.laurent@courrier.fr — /verify-email 11m ago
email.delivered sophie.laurent@courrier.fr — 250 OK 12m ago
email.bounced info@altes-buero.de — 550 No such user 15m ago

Everything you need, out of the box.

Webhooks, forwarding, tracking, contacts — a complete email platform running on European infrastructure.

Webhooks

Deliver matching emails to your endpoints via POST or PUT. Custom headers, payload control, and automatic retries with exponential backoff.

Email Forwarding

Route inbound emails with flexible rules. Match on sender, recipient, subject, headers, or body content with regex support.

Open & Click Tracking

Opt-in engagement tracking per email. Monitor opens, link clicks, and delivery events in real time.

Contact Lists

Manage subscribers with lists, tags, and custom attributes. CSV import/export and built-in GDPR consent tracking.

Bounce & Complaint Handling

Automated DSN parsing with hard and soft bounce classification. Bad addresses are suppressed before they hurt your reputation.

Domain Authentication

Auto-generated DKIM keys, SPF, and DMARC records per domain. Verification and warmup tracking out of the box.

Get started in minutes.

Domain Settings

yourapp.eu

Verified
DKIM

postulate._domainkey.yourapp.eu → v=DKIM1; k=rsa; p=MIGfMA0G...

SPF

yourapp.eu TXT → v=spf1 include:spf.postulate.eu ~all

DMARC

_dmarc.yourapp.eu TXT → v=DMARC1; p=quarantine; rua=mailto:dmarc@postulate.eu

Be the first to know when we launch.

Join the waitlist and we'll notify you when Postulate is ready.