if we send an error mail, we also print the error to stderr

This commit is contained in:
Dennis Frieberg 2025-06-07 03:36:39 +02:00
parent a460fd561f
commit ab7c39b707
Signed by: nerf
GPG key ID: 7C58AFED036072C5
2 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,7 @@ this depends on your local cabal cache.
- [ ] Add the nix modules to the flake
- [ ] Better Error handling
- [x] Find out which exceptions the SMTP module throws
- [ ] also log to stderr if we send an error E-Mail
- [x] also log to stderr if we send an error E-Mail
- [ ] move from MonadFail to MonadError from Control.Monad.Except
- [ ] Split config into secrets and non secret config
- [ ] make the pad url configurable