Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platforması ilkin olaraq gürcü dilində yaradılıb. Gürcü versiyası mövcud olduqda, platforma UI, sənədlər və hüquqi şərh üçün gürcü dili üstün sayılır.
Digər dillərə tərcümələr rahatlıq üçün verilir. Bəzi qeydlər konkret axın üçün başqa dildə yarana və öz source/legal locale məlumatına malik ola bilər, lakin gürcü versiyası mövcud olduqda platforma səviyyəli ifadə və şərh üçün gürcü versiyası üstünlük təşkil edir.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Kvary uses a provider-safe outbound email seam so transactional and system emails do not call Resend directly from business logic.
@kvary/mail-layerservices/svc-auth/src/email/sender.tsapps/web/src/server/communication/infrastructure/adapters/emailAdapter.tsapps/web/src/app/api/communication/test/route.tsRESEND_API_KEYRESEND_FROM_EMAILRESEND_FROM_NAME optionalRESEND_REPLY_TO optionalRESEND_BASE_URL optional, defaults to https://api.resend.comWeb communication stack also accepts:
EMAIL_MODE=DRY_RUN|LIVEEMAIL_PROVIDER=AUTO|RESEND|SENDMAILpayment.failedauction.starts.soonsubscription.welcomesubscription.confirm_emailsystem.admin_alertpackages/core/communication/templates.tspackages/core/communication/policies.ts if neededGET /api/communication/test returns emailDiagnostics for admin/dev checksPOST /api/communication/test with action=send_test_email sends a real test email through the communication layerDry-run:
EMAIL_MODE=DRY_RUN npm --prefix apps/web run dev
Live:
EMAIL_MODE=LIVE \
EMAIL_PROVIDER=RESEND \
RESEND_API_KEY=... \
RESEND_FROM_EMAIL=notifications@kvary.network \
npm --prefix apps/web run dev
For auth:
RESEND_API_KEY=... \
RESEND_FROM_EMAIL=notifications@kvary.network \
npm --prefix services/svc-auth run dev
AUTO|RESEND|SENDMAIL