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?
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
Was this page helpful?