-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php file upload options are to small = 2M #49
Comments
Hello again, in the meantime I have found a workaround for my Problem. First I had to create a local (and default value overwriting) configuration for php.
Then I link the created file
After a By the way, the maximum send limit for an email is the smallest allowed size of one of the SMTP Servers in exchanging situation of the SMTPs. So the max 64M can be still to high, in case you will hit a SMTP-Server with a smaller sending and receiving size setting. I hope this will help someone. br |
Thank you for sharing your workaround with us. This is now also helping me with my problem. |
Hi patrickasmus thank you for your feedback! I'm happy to hear my workaround is helpfully to others. Have a nice Week! :-) |
Hello All,
first of all i have to say thank you very much for creating and sharing your Project on GitHUB!
Thanks :-)
now the issue itself:
When I add an Attachement to an new email I got an red Alert with the subject "Filesize to big"
In the Administation Panal I can see php is set to:
PHP: upload_max_filesize = 2M; post_max_size = 8M
Can you change this setting within the Dockerfile crating progress for us please?
I would like to set this value to the maximum of my SMTP-Server. Or, alternatively to some value like 25MB
Thank you very much!
Pictures of the Issue:
The text was updated successfully, but these errors were encountered: