on ‎2018 Aug 08 11:17 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.