Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Recently I just complet a module for generating an format excel and send it to user as attachment. The solution I choose is:
Now I will show you the parameter setting when sending the Excel file with the methods:pub.client:smtp [ATTACH=CONFIG]848[/ATTACH] contenttype: application/vnd.ms-excel filename: report.xls encoding: base64 charset: utf-8 The following is the contenttype list for your reference: [URL]http://webdesign.about.com/od/multimedia/a/mime-types-by-content-type.htm[/URL]
You can also send .csv files attachments via smtp instead.(no need to set any contenttype)
HTH, RMG