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.
git clone https://github.com/oiov/vmail.git
# 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