diff --git a/server/apps/server-app/src/main/resources/config/application.yml b/server/apps/server-app/src/main/resources/config/application.yml index 50a0f0bcd07..08a57288848 100644 --- a/server/apps/server-app/src/main/resources/config/application.yml +++ b/server/apps/server-app/src/main/resources/config/application.yml @@ -122,9 +122,9 @@ spring: properties: mail: smtp: - auth: ${bytechef.mail.auth:false} + auth: ${bytechef.mail.smtp.auth:false} starttls: - enable: ${bytechef.mail.tls.starttls.enable:false} + enable: ${bytechef.mail.smtp.starttls.enable:false} required: ${bytechef.mail.smtp.starttls.required:false} liquibase: contexts: mono, #spring.profiles.active#