From e7a235e83514af67e8b9fa793f9859fb2c3394fe Mon Sep 17 00:00:00 2001 From: Andreas Isler Date: Fri, 12 Jun 2026 09:43:21 +0200 Subject: [PATCH] added fakeSMTP properties --- customer-work/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer-work/src/main/resources/application.properties b/customer-work/src/main/resources/application.properties index f6d5519..2366434 100644 --- a/customer-work/src/main/resources/application.properties +++ b/customer-work/src/main/resources/application.properties @@ -35,4 +35,7 @@ flowable.platform.enable-latest-form-definition-lookup=true # Server URL for REST calls baseUrl=http://localhost:8105 +# Email: Fake SMTP +flowable.mail.server.host=localhost +flowable.mail.server.port=2525