react-email
react-email copied to clipboard
💌 Build and send emails using React
# VS Code extension for previewing emails Here is a GIF of how the usage of the VS Code extension feels and looks like  Had to keep the GIF...
### Describe the Bug hi guys, I'm testing how my emails look on plainText and the links are not rendering properly. The official examples are not working either. If you...
### Describe the Bug The [README](https://github.com/resendlabs/react-email/tree/main/packages/body) of the`` component states that you can use it to set the email background color and that is supported by the most popular email...
### Describe the Bug I think `eslint` packages should be a dev dependency so that they do not get installed if the user does not use `eslint` as a linter....
### Describe the Bug On rendering React Emails that are using the tag, I'm getting a large string of unreadable characters ([U+200E][U+200F]). My setup is using CSS for formatting. I...
### Describe the Bug If the `tailwind.config.ts`contains a plugin with ES6 exports, the `config` attribute will give this TS error: ```sh Type '{ content: string[]; darkMode: "class"; theme: { container:...
### Describe the Bug Email templates created with React Email do not display properly in Apple Mail client on iOS. It looks like it's reducing the width or adding a...
### Describe the Bug When exporting with `npm run export`, the export filenames discard any suffix and not only the last part of the file extension, i.e. ``` MyEmailFile.jsx ->...
Email does not render as expected on Gmail IOS: Shoutout to @Xexr for reporting this. The email should look like the one from [this comment](https://github.com/resend/react-email/pull/1024#issuecomment-1828066275).
### Describe the Bug When using tailwind "size" classname, it is not recognised and results in class="size-X" in the html: `test` ### Which package is affected (leave empty if unsure)...