From c948c3312c263424cf2c04be8e6465cf06ea7ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20G=C3=B3mez=20Varela?= Date: Thu, 14 Dec 2023 16:33:08 +0100 Subject: [PATCH 1/2] Add missing CGW configuration --- container_env_files/cgw.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/container_env_files/cgw.env b/container_env_files/cgw.env index 4a38d23..5d406aa 100644 --- a/container_env_files/cgw.env +++ b/container_env_files/cgw.env @@ -36,3 +36,9 @@ ALERTS_PROVIDER_SIGNING_KEY='' ALERTS_PROVIDER_API_KEY='' ALERTS_PROVIDER_ACCOUNT='' ALERTS_PROVIDER_PROJECT='' + +# Email handling +EMAIL_API_APPLICATION_CODE='' +EMAIL_API_FROM_EMAIL=ch@nge.me +EMAIL_API_KEY='' +EMAIL_TEMPLATE_UNKNOWN_RECOVERY_TX='' From 117a5baf5d5b083c55ca73e96bc6a24b5a5f9917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20G=C3=B3mez=20Varela?= Date: Thu, 14 Dec 2023 16:41:38 +0100 Subject: [PATCH 2/2] Add comment regarding email provider configuration --- container_env_files/cgw.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container_env_files/cgw.env b/container_env_files/cgw.env index 5d406aa..5becaf4 100644 --- a/container_env_files/cgw.env +++ b/container_env_files/cgw.env @@ -38,6 +38,8 @@ ALERTS_PROVIDER_ACCOUNT='' ALERTS_PROVIDER_PROJECT='' # Email handling +# Please note that the Safe CGW is currently using Pushwoosh as the email services provider. +# Refer to the provider's official documentation to set up emailing. EMAIL_API_APPLICATION_CODE='' EMAIL_API_FROM_EMAIL=ch@nge.me EMAIL_API_KEY=''