chore: Bump up character limit for email channel (#10082)

This commit is contained in:
Sojan Jose
2024-09-07 08:41:18 +05:30
committed by GitHub
parent 185a122ec7
commit bb74c621b5
2 changed files with 4 additions and 0 deletions
@@ -7,4 +7,5 @@ export const MESSAGE_MAX_LENGTH = {
FACEBOOK: 1000,
TWILIO_SMS: 320,
TWILIO_WHATSAPP: 1600,
EMAIL: 25000,
};