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

Hi! The Column component adds an extra td element. ``` Bird View ``` Using this code gives me: ![image](https://user-images.githubusercontent.com/51290462/214775765-dac0d6f7-b842-4565-94ab-3c35898786d7.png) It seams like for every `` I add, I get an...

In the current version (1.7.2), if you were to change a file in (for example) `emails/components` the watcher would not copy that file to the correct location. This pr fixes...

After seeing a lot of issues relating to dev server configuration like #248 and #372, I think it makes sense to introduce a config file like `react-email.config.js` (similar to next...

type: new feature
package: react-email

I removed the hard-coded version and passed package.json's version Note: `"resolveJsonModule": true` works because `esModuleInterop` is true

Adding global style as a feature could be nice. I was able to make it work by creating a new file `/emails/styles.tsx` ``` // styles.tsx export const main = {...

type: new feature

This PR introduces a new feature that enables TailwindCSS styles and classes when creating email templates. **Motivation:** The motivation behind this is that Tailwind is a widely used and efficient...

We have email templates with images from s3 and links that can change based on the env, which we were previously importing from a `constants.ts` file. This appears to work...

type: new feature

There is a security vunerability in glob-parent: ``` ❯ npm audit # npm audit report glob-parent

type: bug

Emails are generally sent by the backend, and most developers would use some kind of template engine in node or use template feature of email service provider. Since we are...

type: new feature