We are using SNDDST to send reports via internet e-mail.
It works for small reports (text files) but not for larger ones. No error is shown when issuing the command.
QSYS/SNDDST TYPE(*DOC) +
TOINTNET((sbchenry@hotmail.com *PRI)) +
DSTD('Sending a Text') +
MSG('Find the report attached.')+
SNDFMT(*NOCHG) DOC(Report.TXT) FLR('TEMP')
If Report.TXT is small, it is received as ascii text OK, it it's rather big (maybe 10K or more) the received text contains invalid ascii characters.
Let me know if you have any idea to solve this problem
Thanks
Software/Hardware used:
ASKED:
August 3, 2006 12:17 PM
UPDATED:
December 14, 2009 2:17 AM