I am having difficulty with the simple email notification feature once a Creator form is sucessfully submitted. It seems I can only have 1 email address in the "TO" field, and 1 email address in the "CC" field, and 1 email address in the "BCC" field. How can I set it up to send the email notification to 2 users in the "TO" field and 4 in the "CC" field. See code below:
sendmail
(
To : "who@who.com"
From : zoho.adminuserid
CC : "who2@who.com"
Reply to : "who3@who.com"
Subject : "Inventory Count and Usage Data"
Message : "Here is the latest Inventory Count for..."
)