I need to send emails to multiple users based on the email addresses in the file. I have To email Id and the BCC email ids in the file. The file is a pipe delimited file. The records in the file look as below.
First field is a TO email and a Pipe which separates the column and then BCC emails.
[email protected]|[email protected];[email protected]
[email protected]|[email protected]
My requirement is, I should send an email to Rama.Shetti and to the two email ids in the BCC column.
I should send second email to Srinivas and the BCC email in the next column.
But, when I tried, the jobs is sending two emails to rama. He is receiving Srinivas email also.
Talend job
Rama is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.