I have a form containg several textarea input boxes which when posted, sends out an email. It works fine but intermittently, I’d receive emails from users telling me the form didn’t work. I finally tracked it down to the amount of text entered on the form. Entering over a certain amount and the form fails on submit. LEss than that and it works A-ok.
I’m looking at my phpinfo(), but I’m not sure what setting I need to change for this. Can anyone help?