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

7
config.toml Normal file
View file

@ -0,0 +1,7 @@
[[Recipients]]
Addresses = ["something@something.com"]
Target = "ntfy://ntfy.sh/fmartingr-dev"
[[Recipients]]
Addresses = ["caca@caca.com"]
Target = "ntfy://ntfy.sh/fmartingr-dev"