Skip to content

Commit 9b00c89

Browse files
authored
Oops :)
We'll want to actually say we upgraded if we can't upgrade because it's probably not a great idea to keep going through the check, but not crucial.
1 parent 4df4717 commit 9b00c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sendmail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ module.exports = function (options) {
243243
if(/\bSTARTTLS\b/i.test(msg)){
244244
w('STARTTLS');
245245
}
246+
upgraded = true;
246247
break;
247248
}
248249

0 commit comments

Comments
 (0)