From 392ab6a22b741357a5f205a1337e3828ea5bfe77 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 14 Feb 2025 11:57:07 +0000 Subject: [PATCH] Enabled mail by server --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 24b5282..a7dd073 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -116,6 +116,7 @@ services: # Custom invenio settings - INVENIO_SECURITY_REGISTERABLE=False # Disable manual user registration + - INVENIO_MAIL_SUPPRESS_SEND=False # Allow server to send emails depends_on: search: condition: service_started