Prerequisites
To get the most out of this guide, you’ll need to:1. Install
- cURL
- npm
- Homebrew
- PowerShell (Windows)
2. Authenticate
3. Send email
Next steps
CLI Reference
Explore the full command reference, authentication options, and CI/CD
examples.
Learn how to send your first email using the Resend CLI.
curl -fsSL https://resend.com/install.sh | bash
npm install -g resend-cli
brew install resend/cli/resend
irm https://resend.com/install.ps1 | iex
resend login
resend emails send \
--from "Acme <onboarding@resend.dev>" \
--to delivered@resend.dev \
--subject "Hello World" \
--text "Sent from my terminal."
Was this page helpful?