From 840df9c14217c92ac456575def258983cc87a8eb Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 26 Sep 2022 08:30:09 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/fix-notifications-email-settings.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/fix-notifications-email-settings.md diff --git a/changelog/unreleased/fix-notifications-email-settings.md b/changelog/unreleased/fix-notifications-email-settings.md new file mode 100644 index 000000000..afbf22c76 --- /dev/null +++ b/changelog/unreleased/fix-notifications-email-settings.md @@ -0,0 +1,7 @@ +Bugfix: Fix notifications service settings + +We've fixed two notifications service setting: +- `NOTIFICATIONS_MACHINE_AUTH_API_KEY` was previously not picked up (only `OCIS_MACHINE_AUTH_API_KEY` was loaded) +- If you used a email sender address in the format of the default value of `NOTIFICATIONS_SMTP_SENDER` no email could be send. + +https://github.com/owncloud/ocis/pull/4652