Create an account
Sign up and grab an API key. No credit card for the free tier.
Email infrastructure
Send transactional and marketing email with a modern API. Host business inboxes on your domain. One platform for delivery, domains, and reputation.
Free tier · 3,000 emails/mo · No credit card
import { Xurel } from 'xurel';
const client = new Xurel('xrl_prd_...');
await client.emails.send({
from: 'hello@acme.dev',
to: 'user@example.com',
subject: 'Welcome aboard',
html: '<p>You are in.</p>',
}); from xurel import Xurel
client = Xurel("xrl_prd_...")
client.emails.send(
from_="hello@acme.dev",
to="user@example.com",
subject="Welcome aboard",
html="<p>You are in.</p>",
) curl -X POST https://api.xurel.co/v1/emails \
-H "Authorization: Bearer xrl_prd_..." \
-H "Content-Type: application/json" \
-d '{
"from": "hello@acme.dev",
"to": "user@example.com",
"subject": "Welcome aboard",
"html": "<p>You are in.</p>"
}' client := xurel.New("xrl_prd_...")
err := client.Emails.Send(ctx, &xurel.SendRequest{
From: "hello@acme.dev",
To: []string{"user@example.com"},
Subject: "Welcome aboard",
HTML: "<p>You are in.</p>",
}) Trusted by teams shipping product
Platform
Pick the surface you need — or run both on one domain.
Send transactional and marketing email from one modern API — with webhooks, templates, and delivery analytics.
ExploreHost inboxes on your domain. Same brand, same deliverability stack, no separate mail provider.
ExploreDomains, DNS, and reputation managed in one place — API sends and human inboxes together.
ExploreFeatures
From first send to dedicated IPs — built for developers, clear for teams.
A REST API with batch, scheduling, idempotency, tags, and attachments.
Point any app at smtp.xurel.co and authenticate with your API key.
Parse incoming mail and deliver structured JSON to your endpoint.
Create audiences, import contacts, and build segments.
Compose, schedule, and track broadcasts to your audiences.
Send the right message when something happens.
Build templates with variables — or author with React Email.
Get notified the moment email is delivered, opened, clicked, or bounced.
Manage domains, keys, and test sends without leaving the shell.
Developer experience
Typed SDKs, a fast CLI, signed webhooks, and docs that stay honest. SMTP when you need a drop-in path.
import { Xurel } from 'xurel';
const client = new Xurel('xrl_prd_...');
await client.emails.send({
from: 'hello@acme.dev',
to: 'user@example.com',
subject: 'Welcome aboard',
html: '<p>You are in.</p>',
}); from xurel import Xurel
client = Xurel("xrl_prd_...")
client.emails.send(
from_="hello@acme.dev",
to="user@example.com",
subject="Welcome aboard",
html="<p>You are in.</p>",
) curl -X POST https://api.xurel.co/v1/emails \
-H "Authorization: Bearer xrl_prd_..." \
-H "Content-Type: application/json" \
-d '{
"from": "hello@acme.dev",
"to": "user@example.com",
"subject": "Welcome aboard",
"html": "<p>You are in.</p>"
}' client := xurel.New("xrl_prd_...")
err := client.Emails.Send(ctx, &xurel.SendRequest{
From: "hello@acme.dev",
To: []string{"user@example.com"},
Subject: "Welcome aboard",
HTML: "<p>You are in.</p>",
}) How it works
Sign up and grab an API key. No credit card for the free tier.
Add SPF, DKIM, and DMARC with guided DNS. Ready in minutes.
Use the SDK, SMTP, or dashboard. Track delivery in real time.
Customers
“We replaced three vendors with Xurel — API, SMTP, and team inboxes on one domain.”
“Webhook payloads are clean, docs match production, and OTPs finally land in under 200ms.”
“Broadcasts and audiences feel like product tools, not a bolted-on ESP.”
Pricing
Mailbox seats are separate. No surprise platform fees on the free tier.
$0 /mo
For side projects and testing.
$20 /mo
For growing products.
$80 /mo
For high-volume senders.
FAQ
Developers love the API, but product and growth teams use Broadcasts, Audiences, and the dashboard every day.
Yes. Xurel manages DNS and reputation for API traffic and human inboxes on one platform.
3,000 emails per month, one domain, and core API access. Upgrade when you need volume, teams, or dedicated IPs.
Yes. Point any SMTP client at smtp.xurel.co with your API key — no app rewrite required.
Subscribe to delivery, bounce, complaint, and open events. Payloads are signed JSON with idempotent event IDs.
Marketing prices are listed in USD. Free is $0, Pro is $20/mo, Scale is $80/mo — plus usage beyond plan limits.
Create an account, verify your domain, and send in minutes.