so here how I resolved the issue @asdfg.eth Issue: ```✘ [ERROR] Could not resolve "cloudflare:ema

so here how I resolved the issue @asdfg.eth

Issue:
✘ [ERROR] Could not resolve "cloudflare:email"


1 . edit the
wrangler.toml
for email configuration like the code below
[[send_email]]
type = "send_email"
name = "SEB"
allowed_destination_addresses = ["your_email@gmail.com"]


  1. then edit your script to be like the bellow```wrangler dev --remote --config src/wrangler.toml```because `--local` is no longer required and will be removed in a future version.
hope its help.
Was this page helpful?