Skip to main content
Ringee uses Resend for sending transactional emails such as notifications and team invitations.

Setup

1

Create a Resend account

Go to resend.com and create an account.
2

Add and verify your domain

In the Resend dashboard, navigate to Domains and add your domain. Follow the instructions to verify it by adding the required DNS records.
3

Get your API key

Go to API Keys in the Resend dashboard and create a new key.
4

Configure environment variables

Add the following to your .env file:
RESEND_API_KEY="re_your_api_key_here"
EMAIL_FROM_ADDRESS="no-reply@yourdomain.com"
EMAIL_FROM_NAME="Ringee"

Environment Variables

VariableRequiredDescription
RESEND_API_KEYYesYour Resend API key
EMAIL_FROM_ADDRESSYesThe sender email address (must be from a verified domain)
EMAIL_FROM_NAMEYesThe sender display name shown in emails
The EMAIL_FROM_ADDRESS must use a domain that you’ve verified in Resend. Using an unverified domain will cause email delivery failures.