react-email
                                
                                 react-email copied to clipboard
                                
                                    react-email copied to clipboard
                            
                            
                            
                        💌 Build and send emails using React
### Describe the Bug When I follow the official doc setup 1. yarn create email 2. yarn install 3. yarn build I'm getting an error like this ``` $ email...
### Problem: - Background image quoted URLs are converted to HTML entities during email export, breaking functionality in older email clients. closes: #442 ## Issue ticket number and link: -...
#1584 It use comment placeholders for each variant of possible usage: regular html comment, mso and non-mso comments with version and conditions support, ghost wrappers for mso and non-mso. Render...
# Summary Just a Docker image for React Email (https://github.com/notleanbarba/react-email-docker). It is useful to have a Docker container that you can configure directly in your project repo instead of installing...
- **improve writing of the `email export` callout** - **few extra improvements**
### Describe the Bug I try to use react email render function on nextjs- ```tsx import { render } from "@react-email/components"; //Uses html: render() ``` When I am trying to...
### Describe the Bug Setting a config for tailwind errors out with the 3.0 release https://github.com/flathub-infra/website/pull/3763 https://github.com/flathub-infra/website/actions/runs/10522369333/job/29154863956?pr=3763 ``` Run yarn build Error: emails/base.tsx(57,9): error TS2740: Type '{ theme: { extend:...
### Describe the Bug Using React 19 + Next.js 15 I want to use `@react-email/render` on edge runtime. However, I got this error: ```txt unhandledRejection: Error: A Node.js API is...
### Describe the Bug When using markdownCustomStyles, parseCssInJsToInlineCss calls escapeQuotes on `fontWeight: 500,` in h1 tag and that fails but when using `fontWeight: '500'` it goes trough. ### Which package...