Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```