Backend for sending mail. Connects to an SMTP server and sends the mail on request.
Note The repository is archived since the service is not needed anymore.
uni-feedback-kiosk/app runs on Electron and can send mail from its Node.js process.
- Docker
- Docker compose
- Clone the repo
- Copy/Rename
.env.exampleto.envand modify it to use your own settings - Run
docker compose up -dto run containers in background
In result, you'll get the running API on the default address http://localhost:8001
Interactive docs (Swagger UI) will be available at http://localhost:8001/docs