MVP in Minutes
Quick Start

Email

In this section, we will set up the email for the application.

In MVPinMinutes, we use the Resend library to handle the email.

Set up the Resend

  1. Head over to Resend. And create a free account.
  2. Create a new API key.
  3. Copy the API key and paste it in the .env.local file.
RESEND_API_KEY=

Email Templates

We have created a few email templates in the react-email-starter folder. You can use those templates or create your own. Email functionality can be checked in the admin dashboard.

Video Tutorial

Coming soon...

On this page