
Anonymous
Not applicable
2010-08-20
12:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiple Attachments in One Email from tFileList
Hi,
I'm trying to send an email with multiple attachments. If I have a tFileList, I can iterate and send one email per file using ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")), but how do I add multiple attachments to a single email?
Thanks!
I'm trying to send an email with multiple attachments. If I have a tFileList, I can iterate and send one email per file using ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")), but how do I add multiple attachments to a single email?
Thanks!
5 Replies


Contributor III
2011-09-09
12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found out a way to send multiple attachments with tSendMail: in the attachments list you can specify also folders. In this way it will send all files contained in the listed directories.
261 Views

Contributor
2012-12-06
02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found out a way to send multiple attachments with tSendMail: in the attachments list you can specify also folders. In this way it will send all files contained in the listed directories.
Thanks a lot. This has helped me in solving the issue I was encountering.
Regards,
Joseph
261 Views

Anonymous
Not applicable
2013-11-08
03:34 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how do you specify the folder?
261 Views

Anonymous
Not applicable
2013-11-09
02:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how do you specify the folder?
please see my screenshot, specify the folder path in the attachment list, it will send all files (do not include the files in the sub directory) in a single email.
Shong
261 Views

Anonymous
Not applicable
2013-11-20
01:21 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I specified the folder and the mail was still sent multiple times:
"C:/Talend/5.0.2/studio/Talend-Studio-r78327-V5.0.2/workspace/Sales"
"C:/Talend/5.0.2/studio/Talend-Studio-r78327-V5.0.2/workspace/Sales"
261 Views
