Feature description
|
pimcore.email_log.storage: |
|
# Storage for email logs |
|
adapter: 'local' |
|
visibility: private |
|
options: |
|
directory: '%kernel.project_dir%/var/email' |
Can result in this:

And 12k emails is not even a lot I suspect.
Suggestion is to use something like Ecommerce framework to group into sub-folders for at least years and months:
https://github.com/pimcore/ecommerce-framework-bundle/blob/e9d3ac227e16a4a8a63ca1d2f40e916ce5623410/src/DependencyInjection/Configuration.php#L383-L386
Feature description
pimcore/bundles/CoreBundle/config/pimcore/flysystem.yaml
Lines 44 to 49 in 5ff5480
Can result in this:

And 12k emails is not even a lot I suspect.
Suggestion is to use something like Ecommerce framework to group into sub-folders for at least years and months:
https://github.com/pimcore/ecommerce-framework-bundle/blob/e9d3ac227e16a4a8a63ca1d2f40e916ce5623410/src/DependencyInjection/Configuration.php#L383-L386