mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-11 07:14:05 +07:00
update dependencies
This commit is contained in:
2
node_modules/nodemailer/lib/smtp-pool/pool-resource.js
generated
vendored
2
node_modules/nodemailer/lib/smtp-pool/pool-resource.js
generated
vendored
@ -137,7 +137,7 @@ class PoolResource extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.auth && this.connection.allowsAuth) {
|
||||
if (this.auth && (this.connection.allowsAuth || options.forceAuth)) {
|
||||
this.connection.login(this.auth, err => {
|
||||
if (returned) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user