Problem with sending email to list out of Scheduler

Problem with sending email to list out of Scheduler

I can't seem to get an email sent to multiple addresses out of the Scheduler.

It works fine for one address, but when my variable uses .toString() nothing sends?

Mac


addresses = (Marketing_Reps[Status = "active"].Email).getall();
sendmail
[
    from:zoho.adminuserid
    to:addresses.toString()