-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
The email integration documentation states that the total email size limit is now set to 16 MB. However, the limit seems to be still set to 2MB.
Steps to Reproduce
- Create email integration
- Send an email with an attachment with a size greater than 2MB
- Email bounces back with the following info:
The response from the remote server was: 552 5.3.4 Message size exceeds fixed limit
Expected Results
As per the documentation, the size limit has been increased to 16MB, which means emails less than 16MB should not get rejected for size limit.
Actual Results
An email with an attachment greater than 2MB is bounced back with the following info:
The response from the remote server was: 552 5.3.4 Message size exceeds fixed limit
Workaround
The Email attachments have be be less than 2MB for it to not be rejected.