In order to use React Email with any email service provider, you’ll need to convert the components made with React into a HTML string. This is done using the render utility. Or you can integrate React Email into your NodeJS application by installing @babel/preset-typescript and adding a .babelrc config file:

npm install -D @babel/preset-typescript
.babelrc
{
  "presets": ["@babel/preset-typescript"]
}