Quick Start
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
- Head over to Resend. And create a free account.
- Create a new API key.
- Copy the API key and paste it in the
.env.local
file.
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...