Skip to content
retransmit.
All products
Email

Transactional email from your domain.

Welcome emails, receipts, and account updates, sent from your own domain.

  • Welcome emails
  • Order receipts
  • Account updates
01 / YOUR APPNode.js
send-email.ts
const { data, error } = await retransmit.emails.send({
  from: "Acme <hello@acme.com>",
  to: "jane@example.com",
  subject: "Welcome to Acme",
  html: "<p>Your account is ready.</p>",
});
202 Acceptedstatus: queued
02 / YOUR CUSTOMERPreview

Email

Acme · just now

Welcome to Acme

Your account is ready.

Open your account
DeliveredSample

01

Your own domain

Verify it with SPF and DKIM. We give you the DNS records to add.

02

Batch sending

Queue up to 10,000 emails in one request. Each one gets its own ID and event history.

03

Delivery tracking

Deliveries, opens, and bounces reach your webhook, signed.

Add another channel

Same API key. Same SDK.