diff --git a/smtp/client.ts b/smtp/client.ts index 7042e99..37077c3 100644 --- a/smtp/client.ts +++ b/smtp/client.ts @@ -63,9 +63,6 @@ export class SMTPClient { } this.queue.push(stack); this._poll(); - if (this.queue.every((x) => x !== stack)) { - callback(null, message); - } } else { callback(new Error(why), msg); }