OpenTrashmail is a self-hosted disposable email service that ships its own SMTP server. No database is required — all emails are stored as flat JSON files. It supports wildcard domains, RSS feeds, and a JSON API.
For full functionality, you need to configure DNS MX records pointing to your server so emails can be received on port 25. The web UI on port 80 displays received emails.
Apache-2.0 — GitHub