Programmatic Email Delivery
For Developers

High-performance transactional email delivery engine. Built for sub-15ms latency, SPF/DKIM verification safety-nets, and complete visibility of your delivery logs.

Interactive Sandbox

Choose your client environment, edit the payload, and trigger a test transmission to trace delivery performance in real-time.

request.js
import { Reloop } from '@reloop/sdk'; const reloop = new Reloop('rl_live_7x893k02j'); const { data, error } = await reloop.emails.send({  from: 'Welcome <onboarding@yourdomain.com>',  to: 'newuser@gmail.com',  subject: 'Welcome to Reloop!',  html: '<h1>Welcome aboard, Jane!</h1>',  tags: { category: 'welcome_series' }});
Inbox Preview
R
Reloop Onboarding

Welcome aboard, Jane!

Thanks for creating a Reloop account. We are excited to help you manage and scale your programmatic communications. Let's send your first API call!

Get Started
Reloop Inc, DelawareUnsubscribe
Delivery Logs Simulator
Click "Trigger API Call" to watch execution trace.

SMTP Relay & HTTP APIs

Connect using standard protocols. Run on a zero-latency, failover edge mesh network.

SMTP Relay & HTTP REST API

Connect via lightweight client SDKs or point your existing mailers straight to our relays. Zero configuration migration required.

SMTP HOST
smtp.reloop.dev
Ports: 587 (TLS), 465 (SSL)
HTTP ENDPOINT
api.reloop.dev/v1
HTTPS POST /send

99.99% Global Uptime

Reloop routes requests through distributed edge nodes. Built for failover safety during cloud zone anomalies.

11.8ms
Average US-East Delivery

Auto-SPF/DKIM Signing

We analyze your domains dynamically and automatically apply SPF alignments, custom DKIM signing keys, and DMARC validations.

DKIM CheckedSPF Alignment Pass

Suppression List Webhooks

Instantly alerts your app webhooks if an address bounces or triggers a spam report, protecting your active mailing list quality.

WEBHOOK DISPATCHACTIVE
POST https://yoursite.com/webhooks/reloop200 OK
{ "event": "email.bounced", "recipient": "user@aol.com", "code": 550 }

Setup in 5 Minutes

No sales calls or enterprise agreements. Build and send immediately.

1

Generate Credentials

Create an account, verify domain TXT records, and generate private API keys in the dashboard interface.

2

Add Reloop SDK

Install our client library package into your local codebase dependencies:npm install @reloop/sdk

3

Trigger Sends

Point calls to the endpoints using payload templates, and view live audit trails in the platform dashboard.

3,000 emails for free
per month.

No credit card required. Connect your endpoints, optimize deliverability, and trigger emails at low-latency scale.