feat: route email notifications through mail capability
This commit is contained in:
@@ -77,6 +77,8 @@ export type NotificationDeliveryResult = {
|
||||
notification?: NotificationMessage | null;
|
||||
processed: number;
|
||||
sent: number;
|
||||
accepted: number;
|
||||
paused: number;
|
||||
failed: number;
|
||||
skipped: number;
|
||||
errors: string[];
|
||||
|
||||
Reference in New Issue
Block a user