diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a6638617..6248f687 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,9 +34,9 @@ spring: properties: mail: smtp: - auth: true + auth: ${MAIL_AUTH} starttls: - enable: true + enable: ${MAIL_TLS} servlet: multipart: