Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HSchuette/mailmask

mailmask.me - Generate a unique and random forwarding address so you can still receive every email, newsletter etc. without sharing your personal address.
https://github.com/HSchuette/mailmask

email email-relay mail privacy

Last synced: 18 days ago
JSON representation

mailmask.me - Generate a unique and random forwarding address so you can still receive every email, newsletter etc. without sharing your personal address.

Awesome Lists containing this project

README

        





Logo


Letter Logo


Your email deserves privacy!




Read the privacy policy »




Test It
·
Report Bug
·
Request Feature

Table of Contents



  1. About The Project


  2. Contributing

  3. License

  4. Acknowledgements

## About The Project


Screenshot Preview

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.

### Built With
* [nodeJS](https://nodejs.dev)

### Infrastructure
* [AWS Simple Email Service](https://aws.amazon.com/ses/)
-> sending and receiving emails
* [AWS Lambda](https://aws.amazon.com/lambda/)
-> executing the code serverless on-demand
* [AWS S3](https://aws.amazon.com/s3/)
-> storing the incoming mails for forwarding
* [AWS DynamoDB](https://aws.amazon.com/dynamodb/)
-> storing the translation matrix
* [AWS Amplify](https://aws.amazon.com/amplify/)
-> hosting the front-end

## Contributing

Feel free to contribute to this project. Mailmask should be community driven and implement features that their users want.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/YourFeature`)
3. Commit your Changes (`git commit -m 'Add some feature'`)
4. Push to the Branch (`git push origin feature/YourFeature`)
5. Open a Pull Request

## License

Distributed under the GPL-3.0 License License. See `LICENSE` for more information.

Read License »

## Acknowledgements
* [Ryan](https://gist.github.com/rs77)
* [Nano ID](https://www.npmjs.com/package/nanoid)
* [Crypto-JS](https://www.npmjs.com/package/crypto-js)