Documentation
Emails
Resend delivers verification, password reset, welcome, and billing notifications with graceful fallbacks in development.
HTML templates
All transactional emails live in `src/lib/email.ts`. Each helper builds branded HTML and logs a development preview link to the console when `RESEND_API_KEY` is missing.
Relevant files
src/lib/email.ts— Email helper
Testing locally
Hit `/api/test-email` (see `src/app/api/test-email/route.ts`) or rely on `/dev-tools` to bypass verification until you're ready to wire real DNS.
Relevant files
src/app/api/test-email/route.ts— Test email routesrc/app/dev-tools/page.tsx— Dev tools