add changelog

This commit is contained in:
Willy Kloucek
2022-09-26 08:30:09 +02:00
parent e4dc458b3e
commit 840df9c142

View File

@@ -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