Send emails with Hono and Cloudflare workers #1569
Unanswered
emilMircea
asked this question in
Q&A
Replies: 1 comment
-
hey, @emilMircea any luck with that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to make a POST request to a cloudflare worker with a react-email jsx component that contains data from a user form and inside the worker use Hono and cloudflare email worker to send the email from the domain email to a list of different email accounts.
Using the example from sending email from email workers I tried to make something work but I get an error:
service core:user:my-app: Uncaught Error: No such module "cloudflare-internal:email". imported from "cloudflare:email"
Any idea or link to an example would be of great help. Thanks 👍
Beta Was this translation helpful? Give feedback.
All reactions