Skip to main content
Robase email is built on a hardened SES deployment with domain verification, suppression lists, bounce handling, and per-message tracking.

What’s included

Domain verification

DKIM, SPF, DMARC, BIMI — auto-generated DNS records and live verification.

Send + batch

Single sends, batches up to 100, scheduled sends, idempotency.

Open & click tracking

Per-message tracking with webhook events, rewriteable links.

Templates

HTML + text + subject with Go-template variables.

Suppressions

Auto-suppress on bounce / complaint; import manual blocklists.

Dedicated IPs

Pro plan and up — your own sending IP with a warmup ramp.

A minimal send

curl -X POST https://api.robase.dev/v1/emails \
  -H "Authorization: Bearer rb_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "Shuttlers <bookings@mail.shuttlers.ng>",
    "to": ["chidi@example.com"],
    "subject": "Your booking confirmation",
    "html": "<p>Your ride is confirmed.</p>",
    "text": "Your ride is confirmed."
  }'

Start here

Verify a domain

DNS records and how to resolve failures.

Send API reference

Interactive playground.