mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-22 13:34:08 +07:00
node_modules: upgrade
This commit is contained in:
7
node_modules/nodemailer/lib/smtp-pool/index.js
generated
vendored
7
node_modules/nodemailer/lib/smtp-pool/index.js
generated
vendored
@ -627,6 +627,13 @@ class SMTPPool extends EventEmitter {
|
||||
|
||||
finalize();
|
||||
});
|
||||
} else if (!auth && connection.allowsAuth && options.forceAuth) {
|
||||
let err = new Error('Authentication info was not provided');
|
||||
err.code = 'NoAuth';
|
||||
|
||||
returned = true;
|
||||
connection.close();
|
||||
return callback(err);
|
||||
} else {
|
||||
finalize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user