изменены настройки smtp на yandex
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user