ash_hitch
CDCloudflare Developers
•Created by ash_hitch on 4/24/2024 in #workers-help
Developing worker to send email locally
I am developing a worker locally to send an email that uses
import { EmailMessage } from "cloudflare:email";
However when i run wrangler i get the error Uncaught Error: No such module "cloudflare-internal:email".
Is there any way to run this locally? or do you have to deploy it to test?2 replies