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
Build and Push Multi-Platform Images / build-and-push (push) Failing after 34s
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user