26 Sep 2024 02:50 PM
For our application, from workflow, we are trying to send an email to the user, the result of metrics for multiple entities.
But, we noticed that the text get cut after approximately 5000 characters, and we are not able to send the entire content.
Is there a way to remove this character limit or increase it?
Solved! Go to Solution.
26 Sep 2024 03:16 PM
Hi Manoj
There is max limit for sending emails as described below:
A message cannot be longer than 262144 bytes (including recipients)
You can't change the limit at this point.
Thanks