Documentation
Everything you need to start sending emails with emailr.
Quickstart
1
Get your API key
Sign up and grab your API key from the dashboard.
re_123456789...2
Install the SDK
Add emailr to your project with your package manager.
npm install emailr3
Send your first email
Use the SDK to send an email in just a few lines of code.
await emailr.send({ to, from, subject, html })Documentation
Getting started
API Reference
Need help?