Need help enabling send_email binding for Workers

For Workers & Pages, what is the name of the domain?

axiiom.ai

What is the error number?

N/A

What is the error message?

“No connected bindings” shown on Worker card after each deploy. 2. Email (send_email) binding tile is missing from the Add binding drawer.

What is the issue or error you’re encountering

I want to use the new send_email binding so my contact-form-worker can send mail to my destination. Email Routing on axiiom.ai is Active (green) and the destination address is verified, but the Email binding tile never appears in the Bindings drawer. My wrangler.toml already declares a [[send_email]] block. Every deploy shows “No connected bindings,” so env.SEND_EMAIL is undefined at runtime.

What steps have you taken to resolve the issue?

  • Enabled Email Routing and verified MX, SPF, DKIM.* Verified destination address (hello@*****.com).* Added route .axiiom.ai/api/contact → contact-form-worker.* Added [[send_email]] section to wrangler.toml.* Re-deployed via Quick Edit and Wrangler.* Searched docs & community; looks like my zone still needs the outbound-mail feature flag enabled.

What are the steps to reproduce the issue?

  1. Open Workers & Pages → contact-form-worker → Bindings.2. Click Add binding → the drawer shows KV, R2, D1, etc., but no Email (send_email).3. Deploy the Worker – dashboard card displays “No connected bindings.”

Screenshot of the error