fix: add multi email transport system (#2942)

This commit is contained in:
David Nguyen
2026-06-05 21:19:20 +10:00
committed by GitHub
parent ebf5b75a19
commit 4ee789ea37
67 changed files with 2440 additions and 115 deletions
@@ -23,5 +23,6 @@ export const generateDefaultSubscriptionClaim = (): Omit<
emailQuota: null,
apiRateLimits: [],
apiQuota: null,
emailTransportId: null,
};
};