Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyouheicf/cf-mailchannels
Cloudflare Workers から MailChannels でメール送信するついでに Cloudflare Pages でコンタクトフォームを作る - Qiita
https://github.com/kyouheicf/cf-mailchannels
cloudflare cloudflare-workers
Last synced: about 1 month ago
JSON representation
Cloudflare Workers から MailChannels でメール送信するついでに Cloudflare Pages でコンタクトフォームを作る - Qiita
- Host: GitHub
- URL: https://github.com/kyouheicf/cf-mailchannels
- Owner: kyouheicf
- Created: 2023-03-06T06:52:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T15:02:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:32:21.141Z (3 months ago)
- Topics: cloudflare, cloudflare-workers
- Language: JavaScript
- Homepage: https://qiita.com/khayama/items/87640de36b72d2ceaade
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-mailchannels
```
# Clone GitHub Repo
git clone https://github.com/kyouheicf/cf-mailchannels && cd $(basename $_ .git)# Set To (RECEIVER_EMAIL) & From (SENDER_EMAIL) email address
wrangler secret put RECEIVER_EMAIL # [email protected]
wrangler secret put SENDER_EMAIL # [email protected]# Deploy Cloudflare Workers
wrangler publish src/index.js# Open your working page
open https://cf-mailchannels.YOUR_WORKERS_SUBDOMAIN.workers.dev
```