How to add multiple To id's in SMTP mail activity

In the send mail SMTP activity i want to add multiple mail id’s. As of now I’m taking the mail id’s from config file.
Tried the below two formats, separated by semicolon & commas.

A@gmail.com;B@gmail.com;C@gmail.com
A@gmail.com,B@gmail.com,C@gmail.com

But still getting the error like
'An invalid character was found in the mail header: ‘;’.
'An invalid character was found in the mail header: ‘,’.

Whats the solution to add multiple to ids.

Hi @Praveen_Vs
Please check below solution and update us if you still face issue:

1 Like

Tried with the above format, After semicolon added one space.
A@gmail.com; B@gmail.com; C@gmail.com
Now its working thanks :+1:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.