Async.each(列表电子邮件,函数( to,回调){ mailOptions.to = to;console.log( to );smtpTransport.sendMail(mailOptions,function ){ if (err) {console.log(发送到“+ to ++”失败:‘+ err);回调(err);}smtpTransport.sendMail{console.log(’发送到‘+to]);Company.update(状态:‘未发送’},{$set:{ $set:‘已发送’},函数(错误){ if (错误){console.log(“错误保存状态”+错误