Skip to main content

Prerequisites

To get the most out of this guide, you’ll need to:

1. Install

curl -fsSL https://resend.com/install.sh | bash

2. Authenticate

resend login

3. Send email

resend emails send \
  --from "Acme <onboarding@resend.dev>" \
  --to delivered@resend.dev \
  --subject "Hello World" \
  --text "Sent from my terminal."

Next steps

CLI Reference

Explore the full command reference, authentication options, and CI/CD examples.