powermail icon indicating copy to clipboard operation
powermail copied to clipboard

[FEATURE] Validation for TOTAL file upload size

Open georgringer opened this issue 2 months ago • 0 comments

This is a followup of https://github.com/in2code-de/powermail/issues/456#issuecomment-1809333292

There is plugin.tx_powermail.settings.misc.uploadSize which is a limitation for a single file but what is missing is a limit for the sum of files. Reasons are simple: there can be a limitation at the mail server with e.g. 10mb. Currently if the uploadSize is set to e.g. 3mb it is still possible to hit the limit with 4 files and it is also not possible anymore to just send one 9mb file

georgringer avatar May 08 '24 07:05 georgringer