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:
@@ -0,0 +1 @@
|
||||
export const MAX_ATTACHMENT_SIZE = 10 * 1024 * 1024;
|
||||
Reference in New Issue
Block a user