Installation
Quick Start
1
Initialize with your API key
terminal
2
Send your first email
terminal
Available Commands
init
Initialize CLI with your API key
send
Send an email
domains
Manage sending domains
logs
View email sending logs
contacts
Manage contacts
audiences
Manage audiences
broadcasts
View broadcasts/campaigns
templates
Manage email templates
webhooks
Manage webhook endpoints
api-keys
Manage API keys
config
View/update configuration
Sending Emails
Thesend command supports multiple options for sending emails:
Basic text email
terminal
HTML email
terminal
From HTML file
terminal
With CC and BCC
terminal
Send Options
| Option | Description |
|---|---|
-t, --to | Recipient email (required) |
-f, --from | Sender email (required) |
-s, --subject | Email subject (required) |
--html | HTML content |
--text | Plain text content |
--file | Read HTML from file |
--reply-to | Reply-to address |
--cc | CC recipients (comma-separated) |
--bcc | BCC recipients (comma-separated) |
Managing Domains
terminal
Viewing Logs
terminal
Contacts & Audiences
terminal
Webhooks
terminal
API Keys
terminal
Configuration
terminal
Getting Help
terminal