Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Learn how to send your first email using the Resend CLI.
Install
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
Authenticate
resend login
Send email
resend emails send \ --from "Acme <onboarding@resend.dev>" \ --to delivered@resend.dev \ --subject "Hello World" \ --text "Sent from my terminal."
Was this page helpful?