Currenly in DistributionList.ino:
// // Send to 3 different email first to C second to CC and third to CCn
// const char* arrayOfEmail[] = {"@gmail.com", "@yahoo.com", "@hotmail.com"};
// EMailSender::Response resp = emailSend.send(arrayOfEmail, 3, message);
Currenly in DistributionList.ino: // // Send to 3 different email first to C second to CC and third to CCn // const char* arrayOfEmail[] = {"@gmail.com", "@yahoo.com", "@hotmail.com"};
// EMailSender::Response resp = emailSend.send(arrayOfEmail, 3, message);
I believe the last line should be:
// EMailSender::Response resp = emailSend.send(arrayOfEmail, 1, 1, 1, message);