fix default values for legacy e-mail notifications

This commit is contained in:
nils måsén 2023-01-29 17:25:31 +01:00
parent 7e2bae2bc8
commit 5c924c7b6b

View file

@ -63,6 +63,7 @@ func (e *emailTypeNotifier) GetURL(c *cobra.Command) (string, error) {
UseHTML: false,
Encryption: shoutrrrSmtp.EncMethods.Auto,
Auth: shoutrrrSmtp.AuthTypes.None,
ClientHost: "localhost",
}
if len(e.User) > 0 {