feat: Add catch-all recipient configuration to Config struct

This commit is contained in:
Felipe M 2024-12-02 16:29:03 +01:00
parent 31f2102031
commit cfebaf09e3
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -10,6 +10,7 @@ type Config struct {
Username string
Password string
Recipients []ConfigRecipient
CatchAll *ConfigRecipient
}
func (c *Config) SetDefaults() {