Add email worker and use it to send email from pages function
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 1m17s
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 1m17s
This commit is contained in:
5
contact-email-worker/worker-configuration.d.ts
vendored
Normal file
5
contact-email-worker/worker-configuration.d.ts
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user