Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a job where in the there is tsendmail component.I want the mail to be sent once the iteration is complete and all the data are present in the attachment. Please advise how to proceed in such a scenario. Attaching the screenshot for reference.
@sbhadra, do you want sent only one email after all iterations are completed or one email for each iteration?
BTW, please insert images into your post body instead of attaching it.
Regards
Shong
Hi, sbhadra you can add the attachment to the component.
just click the + sign and add the path to your file, in my case i have used context,OutputFolder that shows the the path where my file being generated recently by running the job and global map shows the output file name parameter used in global map. so after setting that when your job gets ran successfully your generated excel will sent it to your mail.
don't forget to give kudos and mark as the answer if it gets you helpful
Thank you,
Hi Shong,
I want to send email after all the iterations are completed and the file has all the data into it.