https://github.com/bozdoz/mailgun-cloudflare-worker
An implementation of the Mailgun API, using a Cloudflare Worker
https://github.com/bozdoz/mailgun-cloudflare-worker
cloudflare-workers mailgun-api webpack
Last synced: 3 months ago
JSON representation
An implementation of the Mailgun API, using a Cloudflare Worker
- Host: GitHub
- URL: https://github.com/bozdoz/mailgun-cloudflare-worker
- Owner: bozdoz
- License: mit
- Created: 2021-11-21T19:38:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T13:57:14.000Z (over 4 years ago)
- Last Synced: 2025-03-28T16:21:20.456Z (over 1 year ago)
- Topics: cloudflare-workers, mailgun-api, webpack
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mailgun Cloudflare Worker
### Can I use this as a template?
Maybe not!?
### Development
1. install dependencies: `bun install`
2. define your environment variables:
- Just `cp` the example file (`cp .env-example .env`) and fill in your information
3. publish/test: `bun run deploy`
### Using
- [Mailgun](https://www.mailgun.com/email-api/)
- [Cloudflare Workers](https://workers.cloudflare.com/)
- [bun](https://bun.sh)