Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

extract email attachments from mail

i normally receive excel based email attachments from a predefine email. how do i extract the attachments only and store them in a folder. i can connect to the email server using talend and can download the emails. but i only want to extract the excel attachments.
Labels (2)
15 Replies
Anonymous
Not applicable
Author

Hello Sabrina,
Can you please share some examples of how tFileInputMail is used to extract attachment?
Thanks,
Hema
Anonymous
Not applicable
Author

Hi,
You can set basic settings of tFileInputMail as:
Collumn           Mail part
SUBJECT          SUBJECT
ATTACHMENT   ATTACHMENT to extract email attachment.
The work flow should be:tPop --> tFileInputMail
Let us know if it is OK with you.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
   Can some body explain step by step procedure to extract attachment.   I need to extract email attachment monthly and put in FTP server  for reference. 
_AnonymousUser
Specialist III
Specialist III

Hi
requirement: Need to track email sent whether email is opened or not  with some other parameter data 
email Id, sent date , open date, subject line 
What is the best procedure to capture email tracking  count data.
I found something online "{img src="..."/.}" . Can I add HTML code in tsendMail component. Is there any other way to capture email tracking count ?
 
Anonymous
Not applicable
Author

How can I pass the email names from the Tpop component to the Tfileinputmail ??
Anonymous
Not applicable
Author

Hi,
You can set  basic settings of tFileInputMail as:
Collumn           Mail part
SUBJECT          SUBJECT
                                          to read email subject in tifileinputmail.
Here is the component reference:TalendHelpCenter:tFileInputMail
Best regards
Sabrina