emailr_

Migrate to emailr

Switch from any provider in minutes, not days. Our API is designed to be familiar, making migrations painless.

How it works

01

Create your emailr account

Sign up for free and get your API key in seconds. No credit card required.

02

Add and verify your domain

Add DNS records to verify domain ownership and enable email sending.

03

Update your code

Usually just one line change—swap the API endpoint and key.

04

Test in development

Send test emails to verify everything works before going live.

05

Switch production traffic

Gradually migrate production traffic or switch all at once.

Familiar API

Our API is designed to be intuitive. Most migrations require minimal code changes.

Before (SendGrid)
const sgMail = require('@sendgrid/mail')
sgMail.setApiKey(process.env.SENDGRID_KEY)

await sgMail.send({
  to: '[email protected]',
  from: '[email protected]',
  subject: 'Hello',
  text: 'Hello world',
})
After (emailr)
const emailr = require('emailr')
emailr.setApiKey(process.env.EMAILR_KEY)

await emailr.send({
  to: '[email protected]',
  from: '[email protected]',
  subject: 'Hello',
  text: 'Hello world',
})

Why migrate to emailr?

Better deliverability

Our infrastructure is optimized for inbox placement. See improved delivery rates from day one.

Simpler pricing

No hidden fees, no surprise charges. Pay for what you send, nothing more.

Better DX

Modern API, great documentation, and SDKs for every language. Built by developers, for developers.

Need help migrating?

Our team can help with complex migrations. We've helped companies migrate billions of emails.

Contact us

Ready to switch?

Start your migration today. Most teams are up and running in under an hour.