Hi all,
I am sending some output from Oracle Apps's to a user as an attachment. Here is the problem.
When I ftp the output to my desktop it looks fine. But, when I use code to send it as an attachment the format is all out.
code:
uuencode /ora_common/ACCPT/out/o452681.out TEST.txt | mailx -s "TEST EMAIL" bg@test.ca
are there any suggestions out there to help keep the format of my output when sent as an attachment?
I am sending some output from Oracle Apps's to a user as an attachment. Here is the problem.
When I ftp the output to my desktop it looks fine. But, when I use code to send it as an attachment the format is all out.
code:
uuencode /ora_common/ACCPT/out/o452681.out TEST.txt | mailx -s "TEST EMAIL" bg@test.ca
are there any suggestions out there to help keep the format of my output when sent as an attachment?