Remove Email

Remove transactional email sending and templates.

Steps

  1. Delete files:

    • lib/email.ts (email sending utility)
    • emails/ directory (React Email templates, if present)
  2. Remove env vars from .env:

    • EMAIL_FROM
    • RESEND_API_KEY (or whichever email provider is configured)
  3. Update references: Search the codebase for imports of lib/email and remove or replace them. Common locations:

    • Auth flows (welcome email on sign-up)
    • Organization invitations (invite email)
    • Contact form handler (confirmation email)
  4. Optional: If you only want to disable emails without deleting the code, set RESEND_API_KEY to an empty string. The email utility will silently skip sends when unconfigured.

Demo Mode — Explore freely. Some actions are restricted. demo@launchfst.dev / demo1234

Get LaunchFst →