feat: Add catch-all recipient configuration to Config struct
This commit is contained in:
parent
31f2102031
commit
cfebaf09e3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ type Config struct {
|
||||||
Username string
|
Username string
|
||||||
Password string
|
Password string
|
||||||
Recipients []ConfigRecipient
|
Recipients []ConfigRecipient
|
||||||
|
CatchAll *ConfigRecipient
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Config) SetDefaults() {
|
func (c *Config) SetDefaults() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue