feat: add debug logging for SMTP configuration and detailed mail delivery status
Build and Push Multi-Platform Images / build-and-push (push) Failing after 34s

This commit is contained in:
2026-05-06 19:48:29 +02:00
parent 443ab765c9
commit a000e0f5c6
16 changed files with 431 additions and 5 deletions
+2
View File
@@ -16,6 +16,7 @@ import { KontonummernModule } from './kontonummern/kontonummern.module';
import { StatsModule } from './stats/stats.module';
import { BarcodeModule } from './barcode/barcode.module';
import { InboxPostprocessorModule } from './inbox-postprocessor/inbox-postprocessor.module';
import { UserSettingsModule } from './user-settings/user-settings.module';
import * as path from 'path';
@Module({
@@ -43,6 +44,7 @@ import * as path from 'path';
StatsModule,
BarcodeModule,
InboxPostprocessorModule,
UserSettingsModule,
],
})
export class AppModule {}