Emails
Boilerbay uses Resend (opens in a new tab) to send emails. You can configure Resend in src/lib/resend.ts
.
Get your Resend API key from the Resend dashboard (opens in a new tab) and add it to your .env.local
file:
RESEND_API_KEY=your-api-key
For Email templates, we use React Email (opens in a new tab), you can modify the templates in src/components/emails
.