1. Add your Resend API key
To use Resend with Lovable, you’ll need to add a Resend API key, which you can create in the Resend Dashboard. Do not share your API key with others or expose it in the browser or other client-side code. Lovable may integrate Resend in a few different ways:- Use the Supabase integration to store the API key (highly recommended)
- Ask users to provide their own API key
- Add the API key directly in the code

At the time of writing, Lovable does not securely handle API keys
independently. Instead, it uses the Supabase integration to store
secrets.
2. Add a custom domain to your Resend account
By default, you can only send emails to your own email address. To send emails to other email addresses:- Add a custom domain to your Resend account.
- Add the custom domain to the
from
field in theresend
function in Lovable (or ask the chat to update these fields).