From fbd723233337b75914ff8d0bdcb7fd66d3241a4f Mon Sep 17 00:00:00 2001 From: Simon Hohl Date: Thu, 11 Jul 2024 09:28:53 +0200 Subject: [PATCH] Set spring mail property to use smtp auth --- backend/src/main/resources/config/application.properties.dev | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/config/application.properties.dev b/backend/src/main/resources/config/application.properties.dev index e680bba0e..b1785bad2 100644 --- a/backend/src/main/resources/config/application.properties.dev +++ b/backend/src/main/resources/config/application.properties.dev @@ -76,3 +76,5 @@ dataExportMaxThreads=4 dataExportMaxTaskLifeTime=30000 dataExportPath=/tmp dataExportMaxItemsPerExport=1000000 + +spring.mail.properties.mail.smtp.auth=true \ No newline at end of file