Skip to content

Commit

Permalink
Update smtp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nodelogstashpackager committed Nov 18, 2015
1 parent 7638d24 commit 2b06a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var storage = require('./lib/storage');
var port = process.env.SMTP_PORT || 2525;

simplesmtp.createSimpleServer(
{SMTPBanner: '/mail/null - where your test emails go to die'},
{disableSTARTTLS: true, ignoreTLS: true, SMTPBanner: '/mail/null - where your test emails go to die'},
function (req) {
var mailparser = new MailParser();
mailparser.on('end', function (email) {
Expand Down

0 comments on commit 2b06a21

Please sign in to comment.