Add email worker and use it to send email from pages function
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 1m17s

This commit is contained in:
2025-02-03 17:00:59 +10:30
parent 73a4ee7df4
commit d487f7ecb7
11 changed files with 2426 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
// Generated by Wrangler
// After adding bindings to `wrangler.json`, regenerate this interface via `npm run cf-typegen`
interface Env {
SEB: SendEmail;
}