oiov/vmail — GitHub Repository Preview
Developer Tools ★ 1.3k TypeScript

oiov/vmail

by @oiov ·

1.3k Stars
299 Forks
2 Issues
TypeScript Language

VMail is a temporary email service built entirely on Cloudflare infrastructure — Workers, D1 database, Pages, and Email Routing. Deploy with just a domain, no server required. Features email send/receive, password recovery, multiple domain suffixes, and a RESTful API. Privacy-friendly with no registration required. Automated deployment via GitHub Actions or manual Cloudflare setup.

oiov
@oiov Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/oiov/vmail.git

Quick Start Example

bash
# Deploy to Cloudflare
# 1. Fork the repo
# 2. Connect to Cloudflare Pages
# 3. Set environment variables:
#    DOMAIN=yourdomain.com
#    D1_DATABASE=your-db-id

# Or use CLI
npx wrangler pages deploy ./dist

Tags

#email#temporary-email#cloudflare#serverless#privacy#typescript

Related Projects