Question

I have multiple email IDs in one list. How do I send a single email to all the recipients in that list

  • 9 February 2022
  • 7 replies
  • 36 views

I have multiple email IDs in one list. How do I send a single email to all the recipients in that list

7 replies

Hi @Adityaganesh Srinivasan​ 

 

append the email IDs in a string variable with a comma separator and assign it to the "to address" field.

 

Example : user1@email.com,user2@email.com,user3@email.com

 

 

Userlevel 4
Badge +7

Hi @Adityaganesh Srinivasan​ ,

 

If your email addresses are inside a List Variable, use the List Join Items: Delimiter -> ; and it will combine your list items into a string separated by semi-colons.

 

image 

Kind Regards,

Ashwin A.K

Userlevel 3
Badge +10

Hi @Ashwin A.K​ 

 

Would it work too if delimiter was "," instead of ";" ? as i remember, that both work if i put , or ;

Thanks

Userlevel 3
Badge +10

Hi @Arvind Kotaru​ 

I just checked, i wrote "," between mails in Send:Mail , to Address and CC parts

and it accepts comma

@Semih Öztürk​ Only accepts semicolon (;) as a valid separator for any email server.

It more seems like AA is converting a comma (,) to a semicolon (;) while processing it, and that is good for us!

Userlevel 3
Badge +10

I understand, thanks for the reply. I was using , and ; but ill try to use semicolon if thats better way. I wasnt paying attention to it before

 

Reply