Re: [PHP] Email question

2007-10-31 Thread Dan Shirah
Couldn't you just use the wordwrap function? Something like this: $my_text = "This is a story all about how my life got flipped turned upside down. I'd like to take a minute just sit right there, I'll tell you how I became the Prince of a town called Belaire." $my_wrapped_text = wordwrap($my_text

Re: [PHP] Email question

2007-10-31 Thread Andrew Ballard
On 10/31/07, Jake <[EMAIL PROTECTED]> wrote: > What is a =20 at the end of a line in an email? It is a space character when the message is encoded using quoted-printable encoding. Andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: php email question

2002-02-26 Thread DL Neil
Terry, > I am trying to set up a MIME email that would include an HTML and Plain > Text version of content, such that if the recipient's email client did > not understand html or have html disabled, that the content would come > through as plain text, but if html were accepted, the plain text wo

[PHP] RE: php email question

2002-02-25 Thread Rick Emery
Terry: I forwarded this to php-general list. Perhaps they can answer your question -Original Message- From: Terry Romine [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 10:01 AM To: Subject: php email question I am trying to set up a MIME email that would include an HTML and