изменены настройки smtp на yandex

This commit is contained in:
StepanDemin 2024-11-22 15:58:25 +03:00
parent ff3186c85e
commit 7cb29baed6

View File

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