ken bohnenkamp
31st August 2014, 23:53
I am using a utility called nail to create an email with an attachment. The unix command I am using in a baan script is as follows:
shell("nail -s Fin -a /home/kgb1test/filea.pdf ken_bohnenkamp@andersonsinc.com </dev/null", 1)
The email does have the email attachment, but everytime I open the pdf in the attachment, it shows as being blank. If I open the pdf from the unix server, it shows the report data without issue. Why does it show as blank in the attachment ? Any help would be appreciated. :confused:
shell("nail -s Fin -a /home/kgb1test/filea.pdf ken_bohnenkamp@andersonsinc.com </dev/null", 1)
The email does have the email attachment, but everytime I open the pdf in the attachment, it shows as being blank. If I open the pdf from the unix server, it shows the report data without issue. Why does it show as blank in the attachment ? Any help would be appreciated. :confused: