send email to different targets based on config
This commit is contained in:
parent
326457cca3
commit
4fb0764bcc
5 changed files with 150 additions and 25 deletions
8
go.mod
8
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue