Skip to content

Commit 260cfaf

Browse files
committed
clean code
1 parent aff3411 commit 260cfaf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mail.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ Message.prototype.send = function(smtp, options, fnCallback) {
278278
}
279279

280280
self.callback = fnCallback;
281-
282-
options = framework_utils.copy(options, { secure: false, port: 25, user: '', password: '', timeout: 10000, tls: false });
281+
options = framework_utils.copy(options, { secure: false, port: 25, user: '', password: '', timeout: 10000, tls: null });
283282

284283
if (smtp === null || smtp === '') {
285284

0 commit comments

Comments
 (0)