Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andris Reinman committed Feb 16, 2012
1 parent 74c485b commit 1678445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/server.js
Expand Up @@ -16,7 +16,8 @@ exports["General tests"] = {
this.smtp = new simplesmtp.createServer({
SMTPBanner: "SCORPIO",
name: "MYRDO",
maxSize: 1234
maxSize: 1234,
debug: true
});
this.smtp.listen(PORT_NUMBER, function(err){
if(err){
Expand Down

0 comments on commit 1678445

Please sign in to comment.