Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyouheicf/cf-contact-form
- Owner: kyouheicf
- Created: 2023-03-06T16:06:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T16:27:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:32:22.707Z (3 months ago)
- Topics: cloudflare, cloudflare-pages, cloudflare-pages-functions, cloudflare-workers
- Language: TypeScript
- Homepage: https://qiita.com/khayama/items/87640de36b72d2ceaade
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```