In a symfony project,
I use an API mailjet to send emails,
In case of sending lots of email (over 290 emails), I have this error.
Status Code: 500 Internal Server Error
Runtime exception
Thanks!
After a search, I found that the error is due to a limit of the post request. In fact I used ajax to send an array of 400 itemsin the data, but ajax is limited to 294 items. Do you have a solution to increase this limit?