AI Tools
Send emails with v0 and Resend
Learn how to add the Resend integration to your v0 project.
v0 by Vercel is a platform for building web sites, tools, apps, and projects via chat. You can add Resend in a v0 project by asking the chat to add email sending with Resend.
1. Add your Resend API key
To use Resend with v0, 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.
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 v0 (or ask the chat to update these fields).
Get more help adding a custom domain in Resend’s documentation.