You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Someone can help me to use tSendMail if i would send one mail to multiple address?
How can I put multiple address in TO BOX of tsendMail component?
Offline
that would be a lot of semi-colons ![]()
This example uses MySQL, but you can modify it for your database.
tMySQLInput_1 -- > tFlowToIterate --> tSendMail
In tFlowToIterate uncheck "Use the default (key, value) in global variables" and create a key called "email_address", that is set to the email address field from your database input.
In the To field of tSendMail use: (String)globalMap.get("email_address")
Offline
Pages: 1