send email workers Error
im following this tutorial to send an email from a worker: https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/
im struggling here: import { EmailMessage } from "cloudflare:email";
when i deploy i get this error: service core:user:email-sender: Uncaught Error: No such module "cloudflare-internal:email". imported from "cloudflare:email"
how can in install cloudlfare:email?
Send emails from Workers (beta) · Cloudflare Email Routing docs
You can send an email about your Worker’s activity from your Worker to an email address verified on Email Routing. This is useful for when you want to …
0 Replies