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:

Environment Variables

The EMAIL_FROM_ADDRESS must use a domain that you’ve verified in Resend. Using an unverified domain will cause email delivery failures.