[READ-ONLY] Mirror of https://github.com/jackmawer/email. A Cloudflare worker that handles forwarding emails.
0

Configure Feed

Select the types of activity you want to include in your feed.

Try to fix send_email binding

Jack (May 30, 2025, 1:03 PM UTC) 10e3ce9f 2ec567d1

+5 -1
+5 -1
wrangler.toml
··· 8 8 { binding = "config", id = "3b7b97b9fcc142f2ba782e471d1dc417" } 9 9 ] 10 10 send_email = [ 11 - {name="mailer"} 11 + {type = "send_email", name="MAILER"} 12 12 ] 13 13 14 14 [triggers] 15 15 crons = [ ] 16 + 17 + [observability] 18 + enabled = true 19 + head_sampling_rate = 1