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:
I can't find any documentation referring to
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.
When my app tries, it gets an error:
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.
