send email to different targets based on config

This commit is contained in:
Felipe M 2024-11-21 23:16:11 +01:00
parent 326457cca3
commit 4fb0764bcc
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
5 changed files with 150 additions and 25 deletions

8
go.mod
View file

@ -8,4 +8,12 @@ require (
github.com/emersion/go-smtp v0.21.3
)
require (
github.com/containrrr/shoutrrr v0.8.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.22.0 // indirect
)
replace git.nakama.town/fmartingr/gotoolkit => ../gotoolkit