A self-hosted, serverless worker for sending and receiving emails on Cloudflare
Email Explorer is a full-stack, serverless email client that runs entirely on your own Cloudflare account. It provides a modern, fast, and secure way to manage your emails using Cloudflare's powerful infrastructure, including Workers, R2, Durable Objects, Email Routing, and Email Sending.
Email Explorer gives you a private, self-hosted email solution with a user-friendly web interface. By leveraging the Cloudflare ecosystem, it offers a cost-effective and scalable alternative to traditional email hosting. All your data is stored securely in your own R2 buckets and Durable Objects, giving you full control over your information.
When you first load your worker, there will be no mailbox, they will be automatically created when you start receiving emails on your worker.
Please note that for sending emails, you will need to have you Cloudflare account with Email sending enabled!
- 🔒 Secure & Private: Self-hosted on your Cloudflare account. No third-party tracking or data scanning.
- ✉️ Email Management: Send, receive, and organize emails with a clean and intuitive interface.
- 📁 Folder Organization: Create custom folders to organize your emails.
- 📎 Attachment Support: View and download attachments directly in the browser.
- ⚡ Serverless Architecture: Each mailbox is its own durable object.
To deploy Email Explorer, you can use the "Deploy to Cloudflare" button above or run this command:
npm create cloudflare@latest -- --template=https://github.com/G4brym/email-explorer/tree/main/templateWe are actively working on improving Email Explorer with these features:
- Rich Text Editor: A full-featured editor for composing emails.
- This is a work in progress, and some features might not be fully stable.
- Please report any issues you find on our GitHub Issues page.
Contributions are welcome! If you have a feature request, bug report, or want to contribute to the code, please feel free to:
- Fork the repository.
- Create a new branch for your feature or fix.
- Submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.