# Email: Transactional email from your domain.

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

- Welcome emails
- Order receipts
- Account updates

## Your own domain

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

## Batch sending

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

## Delivery tracking

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

## Example

```typescript
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>",
});
```

[API documentation](https://docs.retransmit.dev/api-reference)

---

Canonical: https://retransmit.dev/products/email

Agent resources: [llms.txt](https://retransmit.dev/llms.txt) | [sitemap](https://retransmit.dev/sitemap.xml) | [OpenAPI spec](https://retransmit.dev/openapi.json) | [docs](https://docs.retransmit.dev)