From ed72840a4e332da2c9e79f838d4357cc4ebf1d23 Mon Sep 17 00:00:00 2001 From: Joerg Kastning Date: Wed, 22 Oct 2025 19:27:27 +0200 Subject: [PATCH] Add: Reference to envionement variables in developers docs - Admins might not expect to find those in the developer docs. - Add reference to section Environment Variables in developers docs. - Solves https://github.com/opencloud-eu/opencloud-compose/issues/120 Signed-off-by: Joerg Kastning --- docs/admin/configuration/mail-notifications.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/configuration/mail-notifications.md b/docs/admin/configuration/mail-notifications.md index f813fc81..abbc7461 100644 --- a/docs/admin/configuration/mail-notifications.md +++ b/docs/admin/configuration/mail-notifications.md @@ -35,8 +35,11 @@ SMTP_USERNAME=YOUR_USERNAME SMTP_PASSWORD=YOUR_PASSWORD SMTP_TRANSPORT_ENCRYPTION=none SMTP_INSECURE=true +SMTP_AUTHENTICATION=auto ``` +See section [Environment Variables](https://docs.opencloud.eu/docs/dev/server/Services/notifications/notifications-envvars/) in the developers documentation for possible values for these variables. Note, that the environment variables are prefixed with `NOTIFICATIONS_`, so `NOTIFICATIONS_SMTP_AUTHENTICATION` shows possible values for `SMTP_AUTHENTICATION` in the `.env` file. + Per default the `notifications` service is disabled. To send out notifications, the service must be enabled via: ```env