diff --git a/config.go b/config.go index 9a64e9f..f1711ca 100644 --- a/config.go +++ b/config.go @@ -10,6 +10,7 @@ type Config struct { Username string Password string Recipients []ConfigRecipient + CatchAll *ConfigRecipient } func (c *Config) SetDefaults() {