Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
@Xiaodi Shi : Thanks for your inputs. It is working fine now.
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.