Your inbox, your rules
Everything you need to keep your real email hidden from the world.
Private Aliases
Generate a new address for every site. Keep your real email private and harder to correlate across services.
Reply with Alias
Reply to any forwarded email privately using your alias, so your real email is never exposed.
PGP Encryption
Add a PGP key to a verified recipient and we'll encrypt forwarded copies before delivery. Standard forwarding still requires transient server-side processing.
Custom Domains
Bring your own domain with DKIM signing for professional aliases like contact@brand.com.
Instant Spam Control
Disable any alias with one click to stop receiving emails. No more dealing with unsubscribe links.
Labels, Notes & Stats
Organize aliases by purpose with custom labels. Track emails received, blocked, and last activity.
How it works
Three simple steps to regain your privacy.
Create an Alias
Generate a random or custom alias (e.g. alias@anon.li) in one click.
Use it Online
Use this alias when signing up for newsletters, apps, or shopping online.
Stay Private
We forward emails to your real inbox. Reply directly from your alias while keeping your real address hidden.
Automate with our API
Create aliases programmatically for your apps. Our REST API makes it easy to integrate privacy features into your workflow.
curl -X POST https://anon.li/api/v1/alias \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{
"format": "random_characters",
"domain": "anon.li"
}'