feat: route email notifications through mail capability

This commit is contained in:
2026-07-30 17:42:07 +02:00
parent e32ba3663b
commit 8153a1de45
9 changed files with 311 additions and 18 deletions
+2
View File
@@ -77,6 +77,8 @@ export type NotificationDeliveryResult = {
notification?: NotificationMessage | null;
processed: number;
sent: number;
accepted: number;
paused: number;
failed: number;
skipped: number;
errors: string[];