[PHP] fixing mail for broken Outlook

2002-01-16 Thread Hank Marquardt
I've got an app that sends emails, not complicated emails, their just text, the mail text is stored in text files on the server so they can be edited independant of the code, I've then got a function that reads the file (using file()) ... iterates the array, chop(), append \r\n and builds a

Re: [PHP] fixing mail for broken Outlook

2002-01-16 Thread DL Neil
Hank, You say just text and text/plain. What do you mean by mungs the formatting? What formatting in plain text? =dn I've got an app that sends emails, not complicated emails, their just text, the mail text is stored in text files on the server so they can be edited independant of the code,

Re: [PHP] fixing mail for broken Outlook

2002-01-16 Thread Hank Marquardt
basically tabs and line breaks disappear ... almost like it's treating the message as html .. whitespace is history. On Wed, Jan 16, 2002 at 04:29:03PM -, DL Neil wrote: Hank, You say just text and text/plain. What do you mean by mungs the formatting? What formatting in plain text? =dn

Re: [PHP] fixing mail for broken Outlook

2002-01-16 Thread DL Neil
Hank, basically tabs and line breaks disappear ... almost like it's treating the message as html .. whitespace is history. =I haven't gone back to the RFC to see what the rules about tabs are - but then when does M$ follow 'the rules' (Outlook). =are you using a *nix box? There is a