webbertakken / email-worker

Lightweight tool to process emails directly from Cloudflare
MIT License
46 stars 9 forks source link
cloudflare-workers email email-forwarding email-worker

Email worker · GitHub license codecov PRs Welcome

Send emails to Cloudflare and forward them to different channels using an email worker.

Setup

Prerequisites

Install dependencies

yarn install

Deploy the worker

yarn deploy

Set up a webhook

wrangler secret put DISCORD_WEBHOOK_URL

You should see something like this

🌀 Creating the secret for the Worker "email-worker"
✨ Success! Uploaded secret DISCORD_WEBHOOK_URL

Set up a route

Register an email route

Verify

Tips

License

This package is MIT licensed.

Sub licenses