Emails
The SaaSify Kit uses Resend for emails. Sign up on Resend and get your API key from their dashboard and set it in your environment variables.
RESEND_KEY=<YOUR_API_KEY>
Set from email
You need to set the from email
from which the transactional
emails are sent. You can set it in the src/Email/Send.tsx
file under sendReactMail
function.