Missed out the smtp test

This commit is contained in:
Gareth Jones
2013-05-25 13:08:43 +10:00
parent 8492519e3b
commit 4e8fb26099

View File

@@ -13,7 +13,8 @@ function setupLogging(category, options) {
sendMail: function (msg, callback) { sendMail: function (msg, callback) {
msgs.push(msg); msgs.push(msg);
callback(null, true); callback(null, true);
} },
close: function() {}
}; };
} }
}; };