Re: using loadfile and preserving the file formating.

2007-07-11 Thread Andrew Goktepe
Have you tried writing the entire message body to a file and then using the messagefile attribute of ? If you do this then the contents of the listing file don't need to go through . -Andrew On 7/11/07, Dwayne Walker <[EMAIL PROTECTED]> wrote: I have a file that I wanted to load into the body

using loadfile and preserving the file formating.

2007-07-11 Thread Dwayne Walker
I have a file that I wanted to load into the body of an email (as opposed to attaching it) but when I use loadfile then include the property name in the email message it strips all of the formating. Is their some way to fix this? or perhaps using filterchain to convert the linebreaks some how etc