Your email deserves privacy!
Read the privacy policy »
Test It
·
Report Bug
·
Request Feature
Table of Contents
Mailmask started as I searched for a simple solution to get a newsletter without sharing my real emailaddress. Trashmails were my first go-to but due to their temporary nature, the solution was flawed. The idea is simple: Generate a random email address that forwards all the incoming mails to your real address. This way the other party only knows your generated address which can not be linked to your real email.
Here is how it works:
- Enter your email address at mailmask.me
- Get a welcome mail with your newly generated mailmask address
- Use the mailmask address to receive emails
All incoming mails are stored in an S3 bucket for further forwarding and are deleted afterwards. In case the code fails for some reason, the emails are also deleted. Mailmask never processes the content of your incoming mails.
- AWS Simple Email Service -> sending and receiving emails
- AWS Lambda -> executing the code serverless on-demand
- AWS S3 -> storing the incoming mails for forwarding
- AWS DynamoDB -> storing the translation matrix
- AWS Amplify -> hosting the front-end
Feel free to contribute to this project. Mailmask should be community driven and implement features that their users want.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some feature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License License. See LICENSE
for more information.