react-email
                                
                                 react-email copied to clipboard
                                
                                    react-email copied to clipboard
                            
                            
                            
                        π Build and send emails using React
### Describe the Bug Trying to run email start for a supabase edge function which uses deno as the package manager. N.B. react-email is installed as a developer dependency in...
### Describe the Bug Sending an email with resend using react component throws a following error: `[Error: Objects are not valid as a React child (found: object with keys {$$typeof,...
### Describe the Bug I'm using the Preview tag in the prescribed way: ``` import { Head, Html, Body, Container, Tailwind, Preview, } from "@react-email/components"; import { ReactNode } from...
This PR moves all components into `packages/react-email/src/package` on each individual folder and builds them all together so that users can import from `react-email` instead of from `@react-email/components`. To actually get...
Closes #1796
This is required for #1630 but still breaks due to https://github.com/vercel/next.js/issues/71865
### Describe the Bug When the component from @react-email/components contains preview text spanning multiple lines (due to extra whitespace or line breaks), it seems to inject hidden filler text with...
### Describe the Bug The `` component doesnβt explicitly set `padding`, meaning that its value is inconsistent between the dev preview and mail clients. ### Which package is affected (leave...
### Describe the Bug When using a custom tailwind config with a safelist, and using responsive tailwind classes, the generated HTML has a style tag with tailwind directives. These directives...