haileyydev/maildrop โ€” GitHub Repository Preview
Developer Tools โ˜… 598 JavaScript

haileyydev/maildrop

by @haileyydev ยท

598 Stars
42 Forks
3 Issues
JavaScript Language

Maildrop is a simple, self-hostable disposable email service. Provides temporary email inboxes for privacy-conscious users, developers testing email workflows, and security researchers. Built with JavaScript and designed for easy deployment with minimal configuration. Lightweight alternative to commercial temporary email services.

haileyydev
@haileyydev Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/haileyydev/maildrop.git

Quick Start Example

bash
# Clone and run
git clone https://github.com/haileyydev/maildrop
cd maildrop
npm install
npm start

# Access at http://localhost:3000
# Receive emails at any @yourdomain.com

Tags

#email#disposable-email#self-hosted#privacy#javascript

Related Projects