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

### 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...

Type: Bug

## 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...

Package: react-email

### 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. ##...

Type: Bug
Package: @react-email/render

### 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...

Type: Bug
Pacakge: @react-email/markdown

### Describe the Bug ![image](https://github.com/resend/react-email/assets/15011394/0ede4037-81b5-43fb-b0aa-7126e4db12ca) ### 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 ###...

Type: Bug
Package: react-email
Type: Good First Issue

### 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...

Type: Bug
Package: react-email

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 - [ ]...

dependencies

## 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....

Type: Bug
Package: react-email

### Describe the Bug i have this template : ```tsx export const MagicLinkEmail: FC = ({ magicLink }) => { const t = createTranslator({ locale: defaultLocale, messages, namespace: 'MagicLinkEmail' });...

Type: Bug
Package: @react-email/tailwind

### 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...

Type: Bug