Send emails to Cloudflare and forward them to different channels using an email worker.
yarn install
wrangler publish
- PUSHURL: your ServerChan URL
- PUSHCHAN: your send channel (for pushoo-chan only, leave unset or blank for others)
wrangler secret put PUSHURL
wrangler secret put PUSHCHAN
You should see something like this
🌀 Creating the secret for the Worker "email-worker"
✨ Success! Uploaded secret PUSHURL
- Go to your zone's Email Workers settings.
- Click the zone (e.g.
example.com
), thenEmail
,Email Routing
. - On the
Email Workers
tab, register an email route.
- Send an email to the email address you registered.
- Check the channel you registered the webhook to.
- Change the
name
field inwrangler.toml
to deploy a separate worker with a separate secret (e.g. with a separate webhook for a test channel).
This package is MIT licensed.