Remix & React Email
Learn how to integrate React Email with Novu Framework in a Remix application
Integrating Novu Framework with React email for your Remix application can be done in three steps. If you don't have an app, you can clone our Remix example.
Install React email components
Install the required React email components.
Create email templates folder
Create an emails
folder in the app
directory of your Remix app.
Write your email
Create a new sample-email.tsx
file for your email template.
Write your workflow
Define your workflow using the above template