sending emails to multiple recipient

0
I need to send emails to multiple recepient at the same time like in “cc” and “to” i need to add multiple recepient  i tried giving “and” & “,” but dint work is there any other way 
asked
3 answers
2

Hi Nithya Santhoshini,

 

As Ronald Catersels rightly pointed out, a mail can be sent to multiple recipients by using a comma separated list.

 

Situation 1 : When the Emails are a static, predefined emails such as “abc@gmail.com”, “def@gmail.com” and “ghi@gmail.com”, then in this case, you can use the comma separated list as shown below

 

Situation 2: When the emails are dynamic and are defined from attribute values, (as in your case from $Instrument/DistrictManager), then you can loop through the $Instrument List and create the To String. Something as shown below:

answered
1

Use the comma to seperate those. So like:  firstperson@google.com, secondperson@google.com

Regards,

Ronald

 

answered
0

Hi,

Try to use the common values 

Regards,

Rasik

answered