The Developer-First Transactional Email API
RelayMail is a high-performance, minimalist email delivery service designed for developers who demand speed, simplicity, and aesthetics. We stripped away the complexity of traditional mailing services to provide a streamlined experience that lets you focus on shipping code.
- Zero Configuration: Stop wrestling with SMTP servers. Use our modern SDK.
- Instant Delivery: Optimized specifically for transactional payloads (OTPs, Alerts, Welcome Emails).
- Beautiful Dashboard: A "Command Center" inspired by high-end OS design to manage your logs and keys.
- Developer Centric: Typescript-ready SDK, simple API authentication, and instant feedback.
Get up and running in less than 30 seconds:
Create your account on the RelayMail Dashboard. No credit card required for the developer tier.
Navigate to your API Keys section and generate a secure access token. Note: Your key is only shown once for security—keep it safe.
Add our lightweight package to your Node.js project:
npm install relaymailImport the library and send an email with just 3 lines of code:
import { RelayMail } from 'relaymail';
const mailer = new RelayMail('rk_live_...');
await mailer.send({
to: 'user@example.com',
subject: 'Welcome aboard! 🚀',
content: 'Your account has been successfully created.'
});This project is licensed under the MIT License - see the LICENSE file for details.
Built for developers, by developers.
Start Sending Today