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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantk19
Creator
Creator

configuring the email component

Hello All,

I have to configure tSendMail email component. I have to check if value is changing in one of the reference tables.

if yes, then send email to customer.

how to configure

tSendMail component for the 1st time? what values do i give in SMTP port, SMTP host, username and password?

I am using this component for the 1st time, Can someone please guide me?

Labels (2)
12 Replies
Anonymous
Not applicable

Hello,

You need use onsubjobok connector to trigger your email when your job is successful.

Create job as follow.

input(get/read error records ) --> tFileOutputxxx(save 500 error records)

|

OnSubjobOk

|

tSendMail

Here is online documentation about: TalendHelpCenter: Connection Type

Hope it will be helpful for your further job.

Best regards

Sabrina

 

 

 

 

 

 

 

 

sushantk19
Creator
Creator
Author

@Xiaodi Shi​ : Thanks for your inputs. It is working fine now.

sushantk19
Creator
Creator
Author

Yes, now there is a requirement that it should send an email only when it has some data. Presently, my file is generated just with the header as "SKU". I have read about handling this using " Run If" option in trigger. What should i give in If condition? my requirement is that the email should be sent only when there is some value in file except for the header.