react-email
react-email copied to clipboard
💌 Build and send emails using React
Hi! The Column component adds an extra td element. ``` Bird View ``` Using this code gives me:  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...
I removed the hard-coded version and passed package.json's version Note: `"resolveJsonModule": true` works because `esModuleInterop` is true
fix #248
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 = {...
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...
There is a security vunerability in glob-parent: ``` ❯ npm audit # npm audit report glob-parent
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...