New Batch sending & custom MAIL FROM

Transactional email, confirmed delivered.

SpellSend is email infrastructure for engineering teams. Send with one API call and confirm every delivery, open, and bounce through a real-time event stream.

Free for 1,000 emails/month · No credit card required
app.spellsend.xyz
Monitor
Event stream
Messages
Analytics
Configure
Domains
API keys

Event stream

Live
Reset your password
user@example.com
Delivered 09:41:03
Your receipt from Acme
j.chen@example.com
Delivered 09:41:01
Weekly summary
team@example.com
Opened 09:40:58
Verify your email
newuser@example.com
Queued 09:40:57
Trusted by engineering teams shipping production email
NorthwindBasecampLedgerCobaltVantage
Platform

Everything you need to run production email.

Sending, authentication, tracking, and governance in one coherent platform — not three services and the glue between them.

REST API

Send one message or five hundred in a single call. Predictable JSON, versioned endpoints, and error codes precise enough to act on in code.

Real-time events

Queued, delivered, bounced, opened, and clicked — every state emitted the moment it happens, to the dashboard or streamed to your systems.

Domain authentication

Guided DKIM, SPF, and DMARC with custom MAIL FROM for strict alignment. Authenticated senders reach the inbox.

Templates

Version-controlled HTML with typed variables. Preview, publish, and reference by name across every application you run.

Signed webhooks

Delivery and engagement events posted to your endpoints with HMAC signatures. Verify provenance before your systems act.

Multi-application

Scoped API keys per app, per-key analytics, and consolidated governance. Run an entire portfolio from one control plane.

Developers

Integrate in an afternoon.

One authenticated, TLS-encrypted request sends mail and returns a tracking identifier you can follow through its full lifecycle.

POST /api/v1/emails/send
Send with inline HTML or a stored template. Returns a tracking ID immediately.
GET /api/v1/emails/:id
Retrieve delivery status, engagement, and the full event timeline.
POST /api/v1/emails/batch
Submit up to 500 messages at once, each with its own record.
send.js 202 Accepted
// Send a transactional email
const res = await fetch("https://api.spellsend.xyz/api/v1/emails/send", {
  method: "POST",
  headers: {
    "Authorization": "Bearer ss_live_xxxxx",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    from:     "Acme <noreply@acme.com>",
    to:       "user@example.com",
    subject:  "Reset your password",
    template: "password-reset",
    variables: { name: "Sam", link: resetUrl }
  })
});

// → { id: "msg_8f2a", status: "queued" }
Security & governance

Ready for the security review.

The controls an enterprise evaluation asks for are already in place — identity, isolation, encryption, and a verifiable audit trail.

SAML 2.0 SSO
Okta, Azure AD, Google, OneLogin, Ping — any compliant IdP, with enforcement.
SCIM 2.0
Automated provisioning and deprovisioning across your identity provider.
Audit streaming
Tamper-evident, hash-chained trail streamed to Splunk, Datadog, syslog, or S3.
Encryption
TLS 1.2+ in transit, AES-256 at rest, sensitive fields under AES-256-GCM.
IP allowlisting
Per-organization CIDR controls on both the API and the admin console.
Data residency
GDPR and LGPD aligned, with a DPA and EU Standard Contractual Clauses.
RBAC
Role-based access with least-privilege defaults and full session governance.
SOC 2 roadmap
Type I targeted Q3 2026, Type II Q3 2027. Whitepaper on request.
Pricing

Simple, transparent pricing.

Start free and scale as your volume grows. Enterprise adds dedicated infrastructure and contractual guarantees.

Free
For side projects and testing
$0
1,000 emails / month
  • Full REST API
  • 1 sending domain
  • Real-time event stream
  • Email support
Start free
Pro
For growing products
$49/mo
250,000 emails / month
  • Unlimited domains
  • SAML SSO & custom MAIL FROM
  • Advanced analytics
  • Priority support
Start Pro trial
Enterprise
For scale & compliance
Custom
Volume & dedicated infra
  • Dedicated IPs & pools
  • SCIM & audit streaming
  • SLA & custom contract
  • Dedicated support
Contact sales

Send your first email in minutes.

Create an account, grab a test key, and send in the first 60 seconds — no domain setup, no credit card.

Contact sales

Talk to us about your volume.

Migrating from another provider, or evaluating SpellSend for an enterprise deployment? Describe your requirement and we'll respond within one business day.