Skip to content
/ vmail Public
forked from oiov/vmail

📫 Open source temporary email tool. 开源临时邮箱工具,支持收发邮件。

License

Notifications You must be signed in to change notification settings

naodeng/vmail

 
 

Repository files navigation

𝐕𝐌𝐀𝐈𝐋.𝐃𝐄𝐕

Discord · English | 简体中文

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

🌈 特点

  • 🎯 隐私友好,无需注册,开箱即用
  • ✈️ 支持邮件收发
  • ✨ 更好的 UI 设计,更加简洁
  • 🚀 快速部署,无需服务器

收件原理:

  • Email worker 接收电子邮件
  • 前端显示电子邮件(remix)
  • 邮件存储(sqlite)

发件原理:

  • 手打中...

👋 自部署教程

准备工作

  • Cloudflare 账户与托管在 Cloudflare 上的域名
  • turso sqlite 数据库(个人免费计划足够)
  • Vercelfly.io 账号部署前端用户界面

接收邮件教程

查看 receive-tutorial.md

发送邮件教程

查看 send-tutorial.md

🔨 本地运行调试

复制 apps/remix/.env.exampleapps/remix/.env 并填写必要的环境变量。

cd path-to/vmail/ # 根路径
pnpm install

# 运行 localhost:3000
pnpm run remix:dev

❤️ 交流群

🎨 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

📫 Open source temporary email tool. 开源临时邮箱工具,支持收发邮件。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 93.5%
  • CSS 3.9%
  • JavaScript 2.2%
  • Dockerfile 0.4%