Skip to content

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

Notifications You must be signed in to change notification settings

kyouheicf/cf-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 RECEIVER_EMAIL=test@example.comSENDER_EMAIL=sender@example.com at UI

image-20230309011113793

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published