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.

21 lines
440 B

# Mail Proxy
3 years ago
Proper name TBD
3 years ago
Gives you an anonymous mail address that sends incoming mail to your private
inbox.
3 years ago
## Todo
3 years ago
- [ ] Listen for incoming mail
- [ ] Let user set up aliases
- [ ] Forward mail to user email
3 years ago
## Setup
To deploy a mail-proxy backend and frontend, follow the instructions in
3 years ago
`server/` and `client/` respectively.
Alternatively, you can deploy the app via docker-compose. See
`docker-compose.yml` for an example.