$mailArray = array_chunk($dataArray, 50); foreach($mailArray as $mailData){ ExamEmailQueue::insert($mailData); }
No comments:
Post a Comment