Cloudflare DevelopersCD
Cloudflare Developers4mo ago
9 replies
ruckc

trying to send email from cloudflare workers

I'm trying to send email from the backend of my svelte-kit app on cloudflare workers.

When my app tries, it gets an error:

TypeError: Email message building is experimental - need to enable `enableSendingQueuing` as an experimental flag


I can't find any documentation referring to enableSendingQueuing any suggestions?

In short... anytime a change occurs on the app, I want it to send an email. Should be simple, its to one email address, setup in Email Routing.
Was this page helpful?