|
Posted by John Taylor-Johnston on 08/14/05 09:28
>"wordwrap(stripslashes($message), 72)".
Thanks! Another reason why I gave up on Perl :) A fucntion made already
since 4.0.2.! :)
Matthew Weier O'Phinney wrote:
>> Folks are complaining mail arrives and text will not wrap. $message
>> comes directly from a textarea. Old mail readers, I guess?
>
>
> Yep. Investigate http://php.net/wordwrap:
>
>> mail("info@foo.ca", stripslashes($subject), stripslashes($message),
>> "Return-Path: <info@foo.ca>\r\nFrom: \"[foo] foo\" <info@foo.ca>\r\nbcc:
>> $bcc \r\nReply-To: info@foo.ca \r\n"."X-Mailer: PHP/" . phpversion());
>
>
> Make "stripslashes($message)" into
> "wordwrap(stripslashes($message), 72)".
>
Navigation:
[Reply to this message]
|