react-email
react-email copied to clipboard
💌 Build and send emails using React
### Describe the Bug The Next 14.2.2 requires React 18.3.0 while react-send is on the 18.2.x version. Unable to update to the newer versions of Next because of this. As...
## Title: feat(theme): Add theme-aware background color for tooltips ### Changes Made - Added a new custom hook `useThemeDetector` to detect the user's preferred color scheme. - Integrated `useThemeDetector` hook...
### Describe the Bug ## Bug Description I am facing an issue while integrating the email functionality using `@react-email/render` and `nodemailer` packages. The code crashes with an "ERR_MODULE_NOT_FOUND" error. ##...
### Describe the Bug I am reaching out regarding the use of markdown components. I have encountered an issue , Despite including double line breaks in my text, the actual...
### Describe the Bug  ### Which package is affected (leave empty if unsure) react-email ### Link to the code that reproduces this issue https://demo.react.email/preview/notifications/github-access-token?view=source ### To Reproduce https://demo.react.email/preview/notifications/github-access-token?view=source ###...
### Describe the Bug When executing the command `email build`, I encountered the following error: ``` ⠼ Installing dependencies on `.react-email`Error: Unable to install the dependencies and it exited with...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/resend/react-email). ## Config Migration Needed - [ ]...
## Background A bit of time ago I got to implementing an improvement to the preview server that made it hot reload when there were changes made to the dependencies....
### Describe the Bug i have this template : ```tsx export const MagicLinkEmail: FC = ({ magicLink }) => { const t = createTranslator({ locale: defaultLocale, messages, namespace: 'MagicLinkEmail' });...
### Describe the Bug The watch system to live refresh the web UI when something changes works for the email templates themselves, but not the components they depend on, even...