3

これを次のように処理する必要がありますか:

ses.sendEmail( //body and other options
}, function (err, data) {
   if (err)
    //parse error and attmept to retry
});

または、次のように処理するだけで実行されますか。

var ses = new aws.SES({apiVersion: apiVersion,maxRetries: 10});
4

1 に答える 1