You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Garrit Franke 6f46149658
feat: add redirect model
2 years ago
client chore: clean up files from old project 2 years ago
server feat: add redirect model 2 years ago
.dockerignore feat: init 2 years ago
.gitattributes feat: init 2 years ago
.gitignore chore: clean up files from old project 2 years ago
LICENSE feat: init 2 years ago
README.md chore: clean up files from old project 2 years ago
docker-compose.yml chore: clean up files from old project 2 years ago

README.md

Mail Proxy

Proper name TBD

Gives you an anonymous mail address that sends incoming mail to your private inbox.

Todo

  • Listen for incoming mail
  • Let user set up aliases
  • Forward mail to user email

Setup

To deploy a mail-proxy backend and frontend, follow the instructions in server/ and client/ respectively.

Alternatively, you can deploy the app via docker-compose. See docker-compose.yml for an example.