From 7cb29baed600d2713539218a97f71ec5a805c1bf Mon Sep 17 00:00:00 2001 From: StepanDemin Date: Fri, 22 Nov 2024 15:58:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8?= =?UTF-8?q?=20smtp=20=D0=BD=D0=B0=20yandex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7038f2b..036859f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,18 +54,20 @@ configs: enabled: true cluster-name: eisa-${BRANCH} stack: tunnel - #spring: - # mail: - # host: smtp.gmail.com - # port: 587 - # username: expertisaewh@gmail.com - # password: ${NOTIFICATION_PASSWORD} - # properties: - # mail: - # smtp: - # auth: true - # starttls: - # enable: true + spring: + mail: + host: smtp.yandex.ru + port: 465 + username: expertisaewh@yandex.ru + password: ${NOTIFICATION_PASSWORD} + properties: + mail: + transport: + protocol: smtps + smtp: + auth: true + ssl: + enable: true eisa: force-core-update: true metadata-git: