react-email
react-email copied to clipboard
💌 Build and send emails using React
### Describe the Bug I'm experiencing an issue where email content gets randomly cut when using @react-email/[email protected] and React 18. However, I noticed that in all cases, the cut happens...
### Describe the Bug IOS  Gmail  When attempting to recreate the bug associated with issue #1796 we discovered there is a discrepancy with how the social media icons...
### Describe the Bug I'm using react-email within my current next.js 15 app router project.  This is a new project but ive got a similar setup with the pages...
Closes #1921
### Describe the Bug I wasn't able to start the dev server, and was getting no indication of why. I figured out that I was on node 17 and node...
changed internal components sequence to be more logical and easy to follow.
### Describe the Bug I have the following file structure: ``` react-email-bug/ ┣ emails/ ┃ ┣ _components/ ┃ ┃ ┣ footer.tsx ┃ ┃ ┣ layout.tsx ┃ ┗ generic.tsx ┣ node_modules/...
This PR adds example of how to use react email with [IndiePitcher](https://indiepitcher.com).
### Describe the Bug I have a NextJs project and i want to integrate react-email. Thus, i use the Manual Setup option in the docs from step 2 to the...
### Describe the Bug If you are using the latest version of `@react-email/components: 0.0.32` the Tailwind media classes are only added on the body, all other generated html tags have...