rszab003
How can I use hono/jsx templates to send Emails via Nodemailer?
I'm not sure if this is possible currently...
I would like to render a JSX or TSX component without having to set up a route. I want to render a JSX component to an html string with one function call, so I can pass the string to nodemailer. How can I achieve this with hono?
7 replies