Skip to content
/ vmail Public
forked from oiov/vmail

📫 An open source temporary email tool. 只需一个域名部署临时邮箱,支持收发邮件,多域名邮箱配置,密码找回。

License

Notifications You must be signed in to change notification settings

xkrfer/vmail

This branch is 53 commits behind oiov/vmail:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

538bbfb · Apr 13, 2024

History

51 Commits
Apr 13, 2024
Apr 12, 2024
Apr 10, 2024
Apr 4, 2024
Apr 4, 2024
Apr 9, 2024
Apr 4, 2024
Apr 4, 2024
Apr 4, 2024
Apr 13, 2024
Apr 13, 2024
Apr 4, 2024
Apr 7, 2024
Apr 4, 2024
Apr 4, 2024

Repository files navigation

𝐕𝐌𝐀𝐈𝐋.𝐃𝐄𝐕

Discord · English | 简体中文

使用 Cloudflare email worker 实现的临时电子邮件服务

🌈 特点

  • 🎯 隐私友好,无需注册,开箱即用
  • ✈️ 支持邮件收发
  • ✨ 支持保存密码,找回邮箱
  • 😄 支持多域名后缀
  • 🚀 快速部署,无需服务器

原理:

  • Email worker 接收电子邮件
  • 前端显示电子邮件(remix)
  • 邮件存储(sqlite)
  • 发信使用 MailChannel API

👋 自部署教程

准备工作

  • Cloudflare 账户与托管在 Cloudflare 上的域名
  • turso sqlite 数据库(个人免费计划足够)
  • Vercelfly.io 账号部署前端用户界面
  • 本地安装 Nodejs 环境 (版本 >= 18.x)

接收邮件教程

查看 receive-tutorial.md

发送邮件教程

查看 send-tutorial.md

🔨 本地运行调试

git clone https://github.com/oiov/vmail
cd vmail
# 安装依赖
pnpm install

# 运行端口 localhost:3000
pnpm run remix:dev

运行前复制 apps/remix/.env.example 文件并重命名为 apps/remix/.env,填写必要的环境变量。

❤️ 交流群

有任何问题或意见,欢迎加入交流群讨论。

🎨 Inspired By

Please check out these previous works that helped inspire the creation of vmail. 🙏

📝 License

GNU General Public License v3.0

Star History

Star History Chart

About

📫 An open source temporary email tool. 只需一个域名部署临时邮箱,支持收发邮件,多域名邮箱配置,密码找回。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.7%
  • CSS 3.8%
  • JavaScript 2.1%
  • Dockerfile 0.4%