We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unclear error message when email size (large attachment) exceeds max allowed by the mail server.
Most like the error is here:
snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php
Line 838 in e4316e6
Possible fix (the second parameter should be null) :
null
throw new ClientException(Notifications::ClientViewError, null, 'Message size '. ($iMessageStreamSize * 1.33) . ' bigger then max ' . $oSmtpClient->maxSize());
The text was updated successfully, but these errors were encountered:
cc04a82
No branches or pull requests
Describe the bug
Unclear error message when email size (large attachment) exceeds max allowed by the mail server.
Most like the error is here:
snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php
Line 838 in e4316e6
Possible fix (the second parameter should be
null
) :The text was updated successfully, but these errors were encountered: