Transactional email via Resend, plus a React Email welcome template. The client and template exist; nothing triggers a send yet.
What it is
- Code —
src/lib/email.ts(the Resend client,EMAIL_FROM,ADMIN_EMAIL) andsrc/emails/WelcomeEmail.tsx(the React Email template). - Addresses —
ADMIN_EMAILis where operational notifications go;EMAIL_FROMis the product sender.
There is one email integration. A new email is a new template in
src/emails/ plus a send call — never a second mail client.
Why it matters
Today, nothing directly. Once wired: onboarding confirmation, and — more importantly for a forensics product — operational alerts. A broken chain, a failed evidence export: surfaced to an analyst without them having to be watching the workbench.
On voice
Email from a forensics product reads like a report — sober, on-voice, no exclamation marks, no marketing tone. See the brand guide.
Last updated