Cloudflare Temp Email is a temporary email service built on Cloudflare's free infrastructure that allows users to create and manage disposable email addresses without cost.
The service solves the problem of needing a throwaway email for sign-ups and verifications without exposing a personal address. It runs entirely on Cloudflare Workers and Pages, leveraging Rust-based WebAssembly for email parsing to achieve fast response times. Users can generate temporary email addresses, receive and send messages, handle attachments, and access their mailbox through IMAP and SMTP protocols. The system supports setting independent passwords for email addresses to enhance security, and includes a Telegram bot for notifications and management.
The tool suits developers and users who need quick, disposable email addresses for testing, sign-ups, or privacy-conscious workflows. Because it runs on Cloudflare's free tier, there are no hosting costs. The project provides a modern, responsive web interface with multilingual support and includes community-built mobile clients for Android. An AI agent skill is built in to allow integration with AI assistants that need email functionality.
The project shows active development with regular updates documented in a changelog. The codebase is written primarily in TypeScript and includes comprehensive deployment documentation with automated deployment options via GitHub Actions. Community contributions are welcomed, as evidenced by the presence of third-party clients and extensions built around the core service.