Email

Transactional email via Resend, plus a React Email welcome template. The client and template exist; nothing triggers a send yet.

Walkthrough — Email

What it is

  • Codesrc/lib/email.ts (the Resend client, EMAIL_FROM, ADMIN_EMAIL) and src/emails/WelcomeEmail.tsx (the React Email template).
  • AddressesADMIN_EMAIL is where operational notifications go; EMAIL_FROM is 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