I’m guessing the answer is no, but is it possible to use the “send email from workers”(https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/
) functionality from page functions?
The worker email functionality requires a send_email
binding in wrangler.toml
. Functions do not support wrangler.toml
, but instead appear to have their bindings configured using the Web UI, which does not include a send_email
binding.Preformatted text
.
I understand the worker functionality is still beta - is it likely we’ll see this added to functions?