Email for AI Agents & Developers.
High-performance, open-source email infrastructure—the same service as proprietary platforms. Use Reloop hosted or deploy it yourself.
Use cases
Built for every Single Need
AI Agent Inbox
A dedicated inbox for AI agents to manage and respond to emails like a human.
- Native agent inbox
- Autonomous drafting
- Human-in-the-loop
- Contextual memory
Transactional Email
Guarantee delivery for critical, real-time user updates.
- Password reset
- Order confirmation
- Account verification
- Payment receipts
Automated Emails
Automate user journeys and engagement flows.
- Welcome series
- Renewal reminders
- Re-engagement
- Drip campaigns
Marketing Emails
High-volume newsletters and promotional campaigns.
- Product launches
- Newsletters
- Promotions
- Events
System & Monitoring
Zero-latency technical and admin communications.
- Error logs
- Downtime alerts
- Reports
- Approvals
Receive Email
Seamlessly process and route inbound mail to your systems.
- Inbound webhooks
- JSON parsing
- Spam filtering
- Attachment handling
Install the Node.js package
npm install reloop-emailSend email with Node.js
1import Reloop from 'reloop-email';2
3const reloop = new Reloop(process.env.RELOOP_API_KEY);4
5const { data, error } = await reloop.emails.send({6 from: 'Acme <onboarding@yourdomain.com>',7 to: ['delivered@yourdomain.com'],8 subject: 'Hello from Node.js',9 html: '<strong>It works!</strong>',10});11
12if (error) {13 console.error(error);14 return;15}16
17console.log('Email sent:', data.id);GitHub, examples, and API reference
Need more help?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
Integrate
Drop Reloop into the stack you already run.
Official guides for Next.js, Django, Laravel, Rails, and a dozen more. SMTP if you would rather skip an SDK.
SDK. API. MCP.
Same mail path from a package, a curl, or an agent. Pick the surface that matches the runtime.
Deliverability
Built to land in the inbox.
Faster time to inbox
Send from the region closest to the recipient. Fewer hops, less latency, better inbox placement.
Build confidence with BIMI
Show your logo next to authenticated mail with BIMI. Get DMARC to enforcement first — the logo only works on top of it.
Managed dedicated IPs
A dedicated IP that warms with your volume — or bring your own. No waiting around to send.
Dynamic suppression list
Stop mailing people who bounced, complained, or unsubscribed. The suppression list is checked on every send path.
IP and domain monitoring
Watch DNS and IP reputation. Get told when a record drifts or a change could hurt delivery.
Battle-tested infrastructure
Shared and dedicated pools used by senders who already have to land. Distributed workloads across IP pools.
Prevent spoofing with DMARC
Tell inbox providers what to do with mail that isn't yours. DMARC policies stop impersonation before it hits the inbox.
- Agent inbox, workflows & marketing siteInbound agent inbox APIs, a workflow editor prototype, Chatwoot live chat, and a redesigned marketing site with SEO and licensing pages.
- Templates, webhooks & deliverabilityCollaborative template editing, webhook delivery and retries, custom tracking domains, and deliverability charts in the dashboard.
- Contacts, topics & API platformContacts, groups, topics, and API keys as first-class primitives with expanded OpenAPI coverage and public documentation.
- Template editor & observabilityA visual template editor, ClickHouse-backed logs, domain settings improvements, and editor observability tooling.