Sending mail to multiple recipients using send SMTP mail message

Hi,

I need to send email to multiple recipients using “Send SMTP mail message” activity. I tried format “email1@domain.com; email2@domain.com” however it works only for ‘Send Outlook Mail Message’ activity. Please advise how to achieve it using “Send SMTP mail message”

Thanks

No space after the semi-colon

email1@domain.com;email2@domain.com” should work

For smtp you need to have port number, logon email address and in To:"email1@domain.com;email2@domain.com" …try this out.

I tried just now with multiple emails and working fine using
email1,email2,email3

4 Likes