F4: export SMTP delivery for remote signature invitations

This commit is contained in:
2026-09-07 21:38:56 -03:00
parent 343dbe086f
commit e577e4c976
@@ -28,6 +28,6 @@ import { SmtpDeliveryService } from './smtp-delivery.service';
InspectionDocumentDeliveryService,
SmtpDeliveryService,
],
exports: [InspectionReportsService],
exports: [InspectionReportsService, SmtpDeliveryService],
})
export class InspectionReportsModule {}