Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyouheicf/cf-contact-form

Cloudflare Workers から MailChannels でメール送信するついでに Cloudflare Pages でコンタクトフォームを作る - Qiita
https://github.com/kyouheicf/cf-contact-form

cloudflare cloudflare-pages cloudflare-pages-functions cloudflare-workers

Last synced: 29 days ago
JSON representation

Cloudflare Workers から MailChannels でメール送信するついでに Cloudflare Pages でコンタクトフォームを作る - Qiita

Awesome Lists containing this project

README

        

# cf-contact-form

```
# Clone GitHub Repo
git clone https://github.com/kyouheicf/cf-contact-form && cd $(basename $_ .git)

# Create Pages project
wrangler pages project create cf-contact-form
```

Set your environment variables `[email protected]` 、 `[email protected]` at UI

![image-20230309011113793](https://cdn.jsdelivr.net/gh/kyouheicf/image@master/uPic/image-20230309011113793.png)

```
# Deploy Cloudflare Pages
# wrangler pages dev .
wrangler pages publish .

# Open your working page
open https://cf-contact-form-xxx.pages.dev
```