### fix: 40 aktualisiere SMTP-Port und erweitere Timeout-Parameter
- **.env:** SMTP-Port auf `587` geändert. - **application.yaml:** Timeout-Parameter (`connectiontimeout`, `timeout`, `writetimeout`) hinzugefügt. - **MailServiceApplication:** Logging um SMTP-Timeout ergänzt. - **WebMainScreen:** Versionsmarker auf `v2026-04-23.40 - SMTP PORT FORCE` aktualisiert.
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ fun MainAppContent() {
|
||||
// Dezentraler Versions-Marker in der unteren rechten Ecke
|
||||
Box(modifier = Modifier.fillMaxSize().padding(8.dp), contentAlignment = Alignment.BottomEnd) {
|
||||
Text(
|
||||
text = "v2026-04-23.39 - FINAL SMTP & UI SYNC",
|
||||
text = "v2026-04-23.40 - SMTP PORT FORCE",
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
color = Color.LightGray.copy(alpha = 0.5f)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user