PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a PHP script that I could swear was working properly before. I just noticed the other day now that it is sending out e-mails using the mail() function and always truncates the body after so many characters. After saving the e-mails to HTML and looking at them, it's always exactly 1,100 bytes.
Does anyone have any idea why the body text could be getting truncated?