A web based mail client used to sent emails anonymously over the Internet.
You can setup the web project fairly easily:
Clone the repository
git clone https://github.com/anonymail-app/web.git
Go into the directory
cd web
Install the packages
npm i
Start the app
npm start
Keep in mind you have to create a .env file in the root directory and populate it with the values 'ACCOUNT' & 'PASSWORD'.