Transactional emails
When using Plunk’s transactional email API, you can use React Email to build your email templates directly in your code.Install dependencies
You can use the Plunk Node.js SDK. Install it with your favorite package manager:Create a component
Use React Email to create a reusable component. You can find a ton of examples on the React Email website.Convert and send it!
Now that you have a component, use therender
function to convert it to HTML, and send it with Plunk.