react-email icon indicating copy to clipboard operation
react-email copied to clipboard

💌 Build and send emails using React

Results 262 react-email issues
Sort by recently updated
recently updated
newest added

### Describe the Bug Mostly just raising this issue to bring visibility to #1035 as it's quite small and has been open for a bit. According to [Container](https://react.email/docs/components/container): > #...

Type: Documentation
Package: @react-email/container

### Describe the Bug Regardless of whether I use `.env`, `.env.local`, or `.env.development.local`, I am unable to utilize any environment variables in my email template when using `email dev`. I've...

Type: Bug
Package: react-email

### Describe the Bug When I run `npm run tsc` ``` > tsc node_modules/@react-email/code-block/dist/index.d.mts:3:19 - error TS7016: Could not find a declaration file for module 'prismjs'. '/node_modules/prismjs/prism.js' implicitly has an...

Type: Bug
Package: @react-email/render
Resolution: Can't Reproduce
Package: @react-email/tailwind
Pacakge: @react-email/code-block

### Describe the Bug I don't know if it's a bug about windows outlook.. I tried many methods to change the windows outlook's font family before I used the Font...

Type: Bug
Package: @react-email/font

Currently there is no CONTRIBUTE.MD which has all the instructions on how to contribute and run the project in local and many other instructions that a open source project usually...

Type: Documentation

### Describe the Bug https://jsfiddle.net/oyec3awm/11/ this shows the correct fallback font families. The prop type is incorrect currently. ### Which package is affected (leave empty if unsure) @react-email/components, @react-email/font ###...

Type: Bug
Package: @react-email/font

### Describe the Bug I'm getting an error "Unable to import react-dom/server in a server component" when I try to use react-email under a API route using Nextjs' edge runtime...

Type: Bug
Package: @react-email/render

### Describe the Bug My files: `ContactFormEmailTemplate` : showing email with Tailwindcss `ButtonOnClient`: a button with useState() to manage client states... `sendEmail`: a server function to send submitted emails from...

Type: Bug
Package: @react-email/render

### Describe the Bug I don't use any of the Tailwind color palette. I define my own to override the default Tailwind colors. e.g. ```js ``` The Tailwind VSCode extension...

Type: Bug
Package: @react-email/tailwind

### Describe the Bug ### renderToReadableStream function throws an error in Next.js 14 When using react-email in next.js 14 app Found the following bug: `./node_modules/@react-email/render/dist/index.mjs Attempted import error: 'renderToReadableStream' is...

Type: Bug
Package: @react-email/render
Resolution: Can't Reproduce
Resolution: Needs More Information