📫 An open source temporary email tool. 只需一个域名部署临时邮箱,支持多域名后缀,密码找回。
Go to file
2024-04-10 21:51:14 +08:00
apps feat: support for multiple domains 2024-04-10 21:51:14 +08:00
docs feat: optional for TURNSTILE env 2024-04-10 19:01:51 +08:00
packages feat: save password 2024-04-10 11:11:39 +08:00
.dockerignore transfer repo 2024-04-04 12:20:51 +08:00
.gitignore transfer repo 2024-04-04 12:20:51 +08:00
.npmrc chore 2024-04-09 13:23:02 +08:00
.prettierignore transfer repo 2024-04-04 12:20:51 +08:00
Dockerfile transfer repo 2024-04-04 12:20:51 +08:00
LICENSE transfer repo 2024-04-04 12:20:51 +08:00
package.json transfer repo 2024-04-04 12:20:51 +08:00
pnpm-lock.yaml close form after sending 2024-04-07 10:50:32 +08:00
pnpm-workspace.yaml transfer repo 2024-04-04 12:20:51 +08:00
prettierrc.json transfer repo 2024-04-04 12:20:51 +08:00
README_en.md docs: add clone url 2024-04-10 17:16:11 +08:00
README.md upd docs 2024-04-10 17:24:19 +08:00

𝐕𝐌𝐀𝐈𝐋.𝐃𝐄𝐕

Discord · English | 简体中文

Temporary email service build with email worker.

Features

  • 🎯 Privacy-friendly, no registration required, out-of-the-box
  • ✈️ Support email sending and receiving
  • Better UI design, more concise
  • 🚀 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

Self-hosted Tutorial

Requirements

  • 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

Receiving Emails steps

See receive-tutorial-en.md

Sending Emails steps

See send-tutorial-en.md

Local development

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

Community Group

License

GNU General Public License v3.0

Star History

Star History Chart

Inspired by smail.pw & email.ml