Use this forum for questions regarding adoption and functionality of OpenEMM
Moderator: moderator
-
GOT intermedia
- Posts: 22
- Joined: Wed Oct 23, 2019 11:10 am
Post
by GOT intermedia »
Hello all,
in "Send Mailing" there's "max. e-mail size" that seems to have a value of 10 MByte:
"The max size of your mailing exceeds a limit (10 MByte). Please reduce the number of images or the size of the files."
Where does that value come from an how can we change it if necessary?
Thanks in advance!
-
maschoff
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
-
Contact:
Post
by maschoff »
Create a new entry in table company_info_tbl with
company_id = 0
cname = company.mailingSizeErrorThresholdBytes
cvalue = <max mail size in bytes>
You can find the default values of OpenEMM in the source code in class ConfigValue.java.
OpenEMM Maintainer
-
GOT intermedia
- Posts: 22
- Joined: Wed Oct 23, 2019 11:10 am
Post
by GOT intermedia »
maschoff wrote: ↑Fri Nov 08, 2019 10:14 am
Create a new entry in table company_info_tbl with
company_id = 0
cname = company.mailingSizeErrorThresholdBytes
cvalue = <max mail size in bytes>
You can find the default values of OpenEMM in the source code in class ConfigValue.java.
Thank you!