SpamEater is a secure, self-hosted temporary email service with automatic message deletion. Protected by ModSecurity WAF for enhanced security. Built on Node.js with Haraka SMTP server, it provides disposable email addresses for privacy-conscious users, developers testing email flows, and security researchers analyzing spam and phishing campaigns.
git clone https://github.com/rufftruffles/spameater.git
# Clone and run with Docker
git clone https://github.com/rufftruffles/spameater
cd spameater
docker compose up -d
# Access the web interface
# http://localhost:3000
# Features:
# - Auto-deleting temporary inboxes
# - ModSecurity WAF protection
# - Haraka SMTP server