diff --git a/bin/smtp2http.js b/bin/smtp2http.js index 3fb21ea..c09108d 100644 --- a/bin/smtp2http.js +++ b/bin/smtp2http.js @@ -49,7 +49,7 @@ smtp.createServer(serverOpts, function(req) { http.post({ url: serverOpts.endpoint, json: email - }, function(err, res, body) { + }, function(err) { if (err) console.error(err); }) }).on("error", function(err) {