feat: update shoutrrr to v0.7 (#1543)

This commit is contained in:
nils måsén 2023-01-29 17:30:08 +01:00 committed by GitHub
parent 547d033460
commit 264046d5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 546 additions and 75 deletions

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 {