cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change emailservice.body.max.length bigger than 4000

271

We were using the default email service to email some reports and we found that if the body is to big, it will try to create a media for the body before it sends the email.

To determine if the body is to big, it uses the property emailservice.body.max.length which OOTB is 4000.

Can we change emailservice.body.max.length to some bigger value without affecting anything else other than having emails with a big body?

Please let me know

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

We haven't encountered any issues when we changed this property value to 5000. But if you want to change it to a much higher value, say 20K, consider that your program has to write the file and bigger the file, higher will be the memory requirements. Other than that I don't see any issues.

Good luck.

0 Likes

Thank you for your reply . We are planning to change it to 7000 so I think we should be good.

Thank you :)