
Nortix Mail
Disposable email server with a simple self-hosted setup
Nortix Mail is a self-hosted disposable email server designed to let you create temporary email addresses for signups and verification flows. It focuses on minimizing setup complexity while providing a simple interface for viewing received messages.
Key Features
- Receive emails over SMTP on port 25 for disposable/temporary addresses
- Web interface for browsing received emails
- Optional TLS support by placing certificate and key files in the data directory
- Automatic domain detection when using TLS and minimal reconfiguration when domains change
- Portable storage model: move instances by copying the data folder
- Docker Compose deployment option alongside a direct Node.js run mode
Use Cases
- Use temporary addresses for website signups to reduce spam exposure
- Isolate risky registrations to limit impact from third-party data breaches
- Provide disposable inboxes for testing email verification in development environments
Limitations and Considerations
- TLS is optional; running without it can allow mail contents to be intercepted in transit in some threat models
- Deliverability depends on typical email-server factors (DNS records and port 25 reachability)
Nortix Mail fits users who want the benefits of disposable email without relying on third-party temporary inbox providers. Its emphasis on simple deployment and portable data makes it practical for small personal or homelab setups.
Categories:
Tags:
Tech Stack:
Similar Services

docker-mailserver
Containerized mail server stack for SMTP and IMAP with anti-spam
Production-ready mail server stack in a Docker container with SMTP, IMAP/POP3, LDAP auth, anti-spam/AV, DKIM/DMARC, and optional OAuth2 support.

Postal
Open source mail delivery platform for inbound and outbound email
Postal is an open source mail delivery platform for sending and receiving email, with SMTP support, web-based management, and tools for running your own SendGrid-style se...


Mail-in-a-Box
Turnkey email server with webmail, DNS, TLS, and admin panel
Mail-in-a-Box is a one-click mail server appliance for Ubuntu, bundling SMTP/IMAP, webmail, DNS, TLS automation, backups, and an admin control panel.

mailcow: dockerized
Docker-based email server suite with a web admin interface
Mailcow is a dockerized mail server suite providing SMTP/IMAP, webmail, anti-spam/anti-virus, and domain/mailbox administration via a unified web UI.

Stalwart Mail Server
All-in-one mail and collaboration server for modern and legacy protocols
All-in-one open-source mail and collaboration server with SMTP, IMAP, JMAP, CalDAV, CardDAV, and WebDAV, plus integrated anti-spam and phishing protection.

Mailu
Docker-based mail server with webmail and admin interface
Mailu is a full-featured mail server distributed as Docker images, providing SMTP/IMAP/POP3, webmail, administration UI, and built-in security and anti-spam features.
JavaScript
Docker
Svelte
Node.js