### fix: 37 aktualisiere SMTP-Konfiguration und Versionsmarker
- **application.yaml:** SMTP-Parameter (Host, Port, Benutzer, Passwort, Auth/StartTLS) hart kodiert. - **MailServiceApplication:** Logging-Text für SMTP-Konfiguration angepasst. - **WebMainScreen:** Versionsmarker auf `v2026-04-23.37 - SMTP HARD-CODED` 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.36 - SMTP DIAGNOSE",
|
||||
text = "v2026-04-23.37 - SMTP HARD-CODED",
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
color = Color.LightGray.copy(alpha = 0.5f)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user