Hi,
I try to make a job:
Read Directory----Iterate---> Send a mail with attachments (all docs read in directory)
I try with:
tFileList-->tSendMail with the value " ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))" in attachment
The result is: X files send X mails with attachment.
All documents are not in only 1 mail
Hi, Actually, the message body can accept "String" type. You can paste attachment content into message body, however, it cannot be marked as "attachment" auto instead being a part of message. Is there any trouble of "Attachment" section in tSendMail for you? Best regards Sabrina