i am trying to send a email with multiple .csv files from Solaris10 to someone
i have two questions now
- i did source codes below
(uuencode test/test.csv test/test.csv; uuencode test/test1.csv test/test1.csv) | mailx -s test "someone@gmail.com cc:someone@naver.com"
with this command, Although i could send a email with .csv files
when i receive that email from Gmail, there was no problem
but on other Emails (outlook...) there were no files attached and were changed to some weird texts and involved into email context.
Could you please explain what is happening here and the solution?
- if there is another option, please tell me ( i can only use Perl, as my company allow me to use only Perl, in addition, if i can avoid to use Perl modules then it would be better)
thank you guys