I am currently trying to send emails using plasmic and react email. I am following the instructions in plasmics create email page but am very confused. I have added to email.tsx code and have the email components registered but am confused on how to actually get the email to send. any help would be greatly appreciated.
Hello @josh_totten.
The email example is used only to show how you can generate the HTML for the design made in Plasmic. For actually sending emails, you’ll need to integrate yourself with a package like nodemailer or another service like zapier/make.
From the tuturial:
You can take the resulting HTML response and send it, or cache it if it’s a commonly sent (and non-personalized) email. You can also update the API endpoint to directly send the response.