Envello
Docs

Copy-paste to delivered email in under 5 minutes

Docs are the second product here. Every error code returned by the API links straight back to the exact section that explains it.

import { Envello } from 'envello';
 
const envello = new Envello('env_live_...');
 
await envello.emails.send({
from: 'Acme <[email protected]>',
subject: 'Welcome!',
react: <WelcomeEmail name="Svenja" />,
});
01

Create an API key

Sign up, verify your email, and generate an env_live_ key from the dashboard. No credit card for the free tier.

02

Verify a sending domain

Add the SPF, DKIM, and DMARC records we generate for you. Most DNS providers propagate in minutes.

03

Send your first email

Install the SDK for your language, or skip it entirely and call the REST API or SMTP relay directly.

Full API reference, OpenAPI-generated. Questions? Email the founder directly →