Hi everyone!
I'm trying to send mail via mail function in PHP. I set up everything properly and it's semi-working. By Semi Working I mean that I can send an email. The problem is that i cannot send email with large content, as if there were some restriction about String length i can send. I know it doesn't make sense but i am thinking that maybe a certain character combination might cause a problem (like interpretting as the end of the message?). Anyway, anyone had this problem before, and solved it?