|
Posted by woof on 11/18/88 11:41
Hello,
I have built a "contact us" form on my Web site and am using the PHP
mail() function to send an e-mail to the Webmaster (that's me :-))
Everything works fine. What I would like to know however is whether it
is always necessary to limit each line of the message to 70 characters,
as is written in the documentation of the function (writing for
instance $this->message = wordwrap($message, 70)).
It seems to work fine without doing it in my case and the text is
easier to read.
I guess there must be a reason for the limit, but how to find out when
it is needed?
Navigation:
[Reply to this message]
|