This was posted back in October by someone else, but didn't get any responses.
I am having the same trouble and was wondering if anybody had any suggestions.
I didn't count how many characters it truncated tho...
"Is there a limitation to how long your message can be when using mail()? I load the body of my html formatted email into $message, however it truncates the message around 1021 characters for whatever reason. I have tried removing all the html code from the message and it still truncates at the same amount of characters. "
Thanks for any help.
Regards,
Charlie
mail() $message truncating
Moderator: General Moderators
Whats mentioned in PHP' mail() doc, is that Each line should be separated with a LF (\n). Lines should not be larger than 70 characters. - but nothing about size of entire message.
-
charlie12345
- Forum Newbie
- Posts: 14
- Joined: Wed Nov 09, 2005 5:35 am