Saltar al contenido principal

Resend email

Resend is an API-based email service. Unlike SMTP providers, it requires only an API key — no host, port, or credentials.

1. Create an API key

In the Resend dashboard, click Create API Key. Grant it Sending access (or full access if you also need webhooks).

2. Verify your domain

Go to Domains in the Resend dashboard and add your sending domain. Follow the DNS verification steps. You can also use Resend's shared domain (onboarding@resend.dev) for testing, but a verified custom domain is required for production.

3. Configure the provider in Casdoor

Create an Email provider, set Type to Resend, and fill in:

FieldDescription
Secret KeyYour Resend API key
From AddressVerified sender address (e.g. no-reply@yourdomain.com)
From Name(Optional) Sender display name
Email TitleEmail subject template
Email ContentEmail body (HTML supported)

Host, Port, and Username fields are not used for Resend and can be left empty.

Use Send Testing Email to verify delivery before enabling the provider for your application.