feat: Add attachment size for attachments (#15330)

## Description

- This PR address issue
https://github.com/twentyhq/core-team-issues/issues/1685
- Added attachment size limit upto 10mb for all google, microsoft and
SMTP provider

## Visual
<img width="348" height="117" alt="Screenshot 2025-10-24 at 5 35 34 PM"
src="https://github.com/user-attachments/assets/19d35b08-9a09-4ad4-aea5-e02cd6552d4d"
/>
This commit is contained in:
Harshit Singh
2025-10-24 19:14:51 +05:30
committed by GitHub
parent 5442e9fc37
commit b842da4f13
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1 @@
export const MAX_ATTACHMENT_SIZE = 10 * 1024 * 1024;