Hello I am using below script to send email from SSIS script task but I can not send email to multiple people. How Can I Specify Credentials for Simple Authentication in SSIS SMTP Connection Manager? It only works for 1 email address but It throws some kind of exception when I put 2 email addresses in my variable which is of string datatype.
EmailRecipient = abc@test.com;abc2@test.com
Please let me know. Thanks.