A different address for every service.
A self-hosted email alias service running on Cloudflare.
Create email addresses on your own domain.
[email protected]
Using mailias
Use the generated address when signing up for a service.
How it works
-
01
Create an address in the extension
-
02
The Cloudflare Worker verifies the address
-
03
Valid mail is forwarded to your usual inbox
Each address contains a short authentication tag derived from your secret key. The Worker verifies this tag, so it does not need a list of issued addresses. You can use mailias without managing your own server or database.
Setup
You need a domain managed by Cloudflare.
- 01
-
02
Follow setup in the extension
Open Settings and follow the instructions to configure your Worker and mail forwarding. Save the secret key in your password manager.
-
03
Test mail delivery
Create an alias, send a message from another account, and confirm delivery to your destination inbox.
Technical information
- Security model Secret keys and authentication tags
- Protocol specification Address format and verification
- GitHub Source code and issues