From 5c924c7b6b24e212a00bd81a5b71e3b3d31c10eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Sun, 29 Jan 2023 17:25:31 +0100 Subject: [PATCH] fix default values for legacy e-mail notifications --- pkg/notifications/email.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/notifications/email.go b/pkg/notifications/email.go index b6883a2..9103d38 100644 --- a/pkg/notifications/email.go +++ b/pkg/notifications/email.go @@ -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 {