SimpleLogin
Self-HostedOpen-source email alias solution to protect your online privacy
Overview
SimpleLogin is an open-source email alias tool that masks your real email address to avoid tracking and spam. It lets you create disposable or permanent aliases, forward emails to your inbox, and use custom domains for professional use. Key features include browser extensions (Chrome/Firefox), mobile apps (iOS/Android), spam filtering, and an API for automation. It’s self-hostable via Docker Compose, supports PostgreSQL/MySQL, and gives full control over your data—perfect for privacy-conscious users wanting to escape third-party email surveillance.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
simplelogin:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: simplelogin
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Create disposable/permanent email aliases
- Custom domain support with DNS configuration
- Self-hostable via Docker Compose
Frequently Asked Questions
? Is SimpleLogin hard to install?
SimpleLogin uses Docker Compose for deployment, which simplifies setup. You’ll need a server (like a VPS), a domain, and to configure DNS records. The official docs provide step-by-step guides, so it’s manageable for users with basic server administration skills.
? Is it a good alternative to Burner Mail?
Yes—SimpleLogin is open-source and self-hostable, giving you full data control unlike Burner Mail (proprietary). It offers similar features like aliases and custom domains, making it a stronger privacy-focused alternative.
? Is it completely free?
The self-hosted version is 100% free (AGPLv3 license). The hosted service (simplelogin.io) has free/paid tiers, but self-hosting requires no subscription fees—only server and domain costs.
Top Alternatives
People Also Ask about SimpleLogin
Tool Info
Pros
- ⊕ Privacy-focused (no data tracking)
- ⊕ Full control over data via self-hosting
- ⊕ Integrates with browsers and mobile apps
Cons
- ⊖ Requires a server and domain (additional costs)
- ⊖ DNS setup needed for custom domains
- ⊖ Basic technical knowledge for deployment