Discord ยท English | ็ฎไฝไธญๆ
Temporary email service build with email worker.
- ๐ฏ Privacy-friendly, no registration required, out-of-the-box
โ๏ธ Support email sending and receiving- โจ Support saving passwords and retrieving email addresses
- ๐ Support multiple domain name suffixes
- ๐ 100% open source, quick deployment, no server required
Principles๏ผ
- Receiving emails (email worker)
- Display email (remix)
- Mail Storage (sqlite)
- Nodejs >= 18
Worker receives email -> saves to database -> client queries email
- Cloudflare account and a domain name hosted on Cloudflare
- turso sqlite (a free plan available for personal use)
- Vercel or fly.io to deploy Remix app
copy apps/remix/.env.example
to apps/remix/.env
and fill in the necessary environment variables.
git clone https://github.com/oiov/vmail
cd vmail
pnpm install
# run on localhost:3000
pnpm run remix:dev
- ๅ ๅพฎไฟก
yesmore_cc
ๆ่ฎจ่ฎบ็พค (ๅคๆณจไฝ ็่ไธ) - Discord: https://discord.gg/d68kWCBDEs
GNU General Public License v3.0
Inspired by smail.pw & email.ml