$to = "helpdesk@test.com" $Context.SendMail($to, $subject, $NULL, $html) How do I add more than one mail recipient? I've tried unsuccessfully: $to = "helpdesk@test.com, test@test.com ... : line 76 (which is the $to of SendMail) It works fine for just one mail
asked
Aug 7
by
Cavolick
(80 points)