https://github.com/eltorio/cloudflare-email-forward
Simple sample for email forwarding with a Cloudflare email worker
https://github.com/eltorio/cloudflare-email-forward
cloudflare-worker email
Last synced: 4 months ago
JSON representation
Simple sample for email forwarding with a Cloudflare email worker
- Host: GitHub
- URL: https://github.com/eltorio/cloudflare-email-forward
- Owner: eltorio
- License: agpl-3.0
- Created: 2023-05-15T13:51:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T13:53:23.000Z (about 2 years ago)
- Last Synced: 2024-12-27T06:43:52.760Z (5 months ago)
- Topics: cloudflare-worker, email
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple sample: Cloudflare Email forward worker
Define an environment variale:
`RECIPIENTS="[email protected]|[email protected]"`
Deploy this worker to CloudflareDefine a Email worker route…
That's all