Send an Email
Using Templates
Reference pre-built React Email templates stored in your Orbit account:Features
- Transactional email — receipts, notifications, password resets
- Marketing email — campaigns, newsletters, announcements
- React Email templates — build and preview templates with React components
- Attachments — PDF, images, and other file types (up to 25 MB total)
- Custom domains — send from your own domain with DKIM, SPF, and DMARC
- Tracking — open tracking, click tracking, and engagement webhooks
- Suppression lists — automatic bounce and complaint handling
Domain Setup
To send from your own domain, add the following DNS records in Channels > Email > Domains:| Record | Type | Purpose |
|---|---|---|
| DKIM | TXT | Email authentication |
| SPF | TXT | Sender authorization |
| DMARC | TXT | Delivery policy |
| Return-Path | CNAME | Bounce handling |
Webhook Events
| Event | Description |
|---|---|
email.delivered | Email accepted by recipient server |
email.opened | Recipient opened the email |
email.clicked | Recipient clicked a tracked link |
email.bounced | Email bounced (hard or soft) |
email.complained | Recipient marked as spam |