$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"
but this results in an error:
Exception calling "SendMail" with "4" argument(s): "Unexpected token at offset 16" Stack trace: at <ScriptBlock>, <No file>: line 76
(which is the $to of SendMail)
It works fine for just one mail