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
Hi,
the persistence fails when sending emails with attachemnts with the error message:
(1/3) #1406 Doctrine\DBAL\Exception\DriverException An exception occurred while executing a query: Data too long for column 'message' at row 1
It probably makes sense to either catch that error and have the mail be sent anyways and/or extend the message table to mediumtext
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
the persistence fails when sending emails with attachemnts with the error message:
It probably makes sense to either catch that error and have the mail be sent anyways and/or extend the message table to mediumtext
The text was updated successfully, but these errors were encountered: