Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nodemailer/smtp-server
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 8, 2024
2 parents 4ccbcf2 + daf7007 commit 37697bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ class SMTPConnection extends EventEmitter {
user: (this.session.user && this.session.user.username) || this.session.user,
cipher
},
'Connection upgraded to TLS using ',
'Connection upgraded to TLS using',
cipher || 'N/A'
);
this._server.onSecure(this._socket, this.session, err => {
Expand Down

0 comments on commit 37697bb

Please sign in to comment.