From a15bf1e608d235d8d07587cd061888020b793ec9 Mon Sep 17 00:00:00 2001 From: neo773 <62795688+neo773@users.noreply.github.com> Date: Sun, 10 May 2026 14:47:10 +0530 Subject: [PATCH] Reserve inbound subdomain for SES (#20414) --- packages/twenty-shared/src/constants/ReservedSubdomains.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-shared/src/constants/ReservedSubdomains.ts b/packages/twenty-shared/src/constants/ReservedSubdomains.ts index 8afa39cc5f..2f7e698588 100644 --- a/packages/twenty-shared/src/constants/ReservedSubdomains.ts +++ b/packages/twenty-shared/src/constants/ReservedSubdomains.ts @@ -54,6 +54,7 @@ export const RESERVED_SUBDOMAINS = [ 'hu', 'image', 'images', + 'inbound', 'is', 'it', 'jobs',