From 3f04773eda995addcef47e3a5f20d7ec298dcc72 Mon Sep 17 00:00:00 2001 From: Stuart MacDonald <32204841+labkey-stuartm@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:39:38 -0700 Subject: [PATCH] fix smtp settings --- application.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application.properties b/application.properties index 5495497..508c330 100644 --- a/application.properties +++ b/application.properties @@ -140,11 +140,11 @@ server.error.whitelabel.enabled=false mail.smtpHost=@@smtpHost@@ mail.smtpUser=@@smtpUser@@ -mail.smtpPort==@@smtpPort@@ -mail.smtpPassword==@@@@ -mail.smtpAuth==@@smtpPassword@@ -mail.smtpFrom==@@smtpFrom@@ -mail.smtpStartTlsEnable==@@smtpStartTlsEnable@@ +mail.smtpPort=@@smtpPort@@ +mail.smtpPassword=@@smtpPassword@@ +mail.smtpAuth=@@smtpAuth@@ +mail.smtpFrom=@@smtpFrom@@ +mail.smtpStartTlsEnable=@@smtpStartTlsEnable@@ management.endpoints.web.base-path=/