twenty/packages/twenty-emails
github-actions[bot] f7ef41959b
i18n - translations (#18956)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-03-25 14:23:30 +01:00
..
src i18n - translations (#18956) 2026-03-25 14:23:30 +01:00
.gitignore fix(twenty-front): fix tsconfig to properly typecheck all files with tsgo (#17380) 2026-01-23 11:22:23 +01:00
.oxlintrc.json Optimize merge queue to only run E2E and integrate prettier into lint (#18459) 2026-03-06 13:20:57 +01:00
.prettierignore Optimize merge queue to only run E2E and integrate prettier into lint (#18459) 2026-03-06 13:20:57 +01:00
.swcrc Optimize merge queue to only run E2E and integrate prettier into lint (#18459) 2026-03-06 13:20:57 +01:00
lingui.config.ts CSV Import translations and dark mode fixes (#11184) 2025-03-27 08:53:00 +01:00
package.json chore: upgrade @swc/core to 1.15.11 and align SWC ecosystem (#18088) 2026-02-19 15:27:56 +00:00
project.json chore: improve i18n workflow to prevent stale compiled translations (#18850) 2026-03-23 12:53:31 +01:00
README.md have footer on emails (#11300) 2025-04-03 14:26:19 +02:00
tsconfig.json Optimize merge queue to only run E2E and integrate prettier into lint (#18459) 2026-03-06 13:20:57 +01:00
tsconfig.lib.json Optimize merge queue to only run E2E and integrate prettier into lint (#18459) 2026-03-06 13:20:57 +01:00
vite.config.ts Speed up twenty-emails build by replacing vite-plugin-dts with tsgo (#17857) 2026-02-13 10:39:26 +00:00

Twenty Emails

This package contains the email templates used by Twenty.

Features

  • Email templates built with React Email
  • Internationalization (i18n) support via @lingui/react
  • Local preview server for testing email templates

Getting Started

Starting the Local Preview Server

To start the local preview server for email development:

npx nx start twenty-emails

This will run the development server on port 4001. You can then view your email templates at http://localhost:4001.

Building Emails

To build the email templates:

npx nx build twenty-emails

Email Structure

Each email template is located in the src/emails directory. The templates use various components from the src/components directory to maintain consistent styling and functionality.