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
7
config.toml
Normal file
7
config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue