This can be interesting:
Take a .txt file with couples of pair values:
a = uno
b = due
c = tre
If you send this file as attach with cfmailparam, download the file an open it
I see this:
a = uno b = due c = tre
The return get lost. I specify type="text" but no changes.
If I send the same file as attach from any other mail client, download the
file and open it the return is repected:
a = uno
b = due
c = tre
Is a mailparam bug or I miss something???
Thanks
Andrea
GArlington - 12 Sep 2007 09:36 GMT
> This can be interesting:
>
[quoted text clipped - 23 lines]
>
> Andrea
You are sending the text file in *nix format to Windows machine - that
is what you are missing.