dreamhunter2333 bd08a85016 feat: init
2023-08-16 11:13:26 +08:00
2023-08-16 11:13:26 +08:00
2023-08-16 11:13:26 +08:00
2023-08-16 11:13:26 +08:00
2023-08-16 11:13:26 +08:00
2023-08-16 11:13:26 +08:00

cloudflare_temp_email

This is a temporary email service that uses Cloudflare Workers to create a temporary email address that forwards to your real email address.

Live Demo

Deploy

DB - Cloudflare D1

# create a database, and copy the config to wrangler.toml in the next step
wrangler d1 create dev
wrangler d1 execute dev --file=db/schema.sql

Backend - Cloudflare workers

cd backend
npm install
# copy wrangler.toml.template to wrangler.toml and modify it
cp worker/wrangler.toml.template worker/wrangler.toml
# deploy
wrangler deploy

Frontend - Cloudflare pages

cd frontend
pnpm install
# add .env.local and modify it
cp .env.example .env.local
pnpm build --emptyOutDir
cd ..
wrangler pages deploy dist --branch production
Description
CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot
Readme MIT 27 MiB
Languages
TypeScript 62.9%
Vue 27.2%
Python 5.2%
JavaScript 3.8%
Rust 0.4%
Other 0.4%