Skip to content

Commit

Permalink
Update smtp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored Apr 21, 2022
1 parent ec44346 commit 832f225
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions smtp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,19 +311,11 @@ export class SmtpClient {
await this.writeCmd(".\r\n");

this.assertCode(await this.readCmd(), CommandCode.OK);
// await this.readCmd()
// await this.readCmd()
await this.cleanup()
} catch (ex) {
this.#queNextSending();
throw ex;
}

// await this.writeCmd('QUIT')
// await this.readCmd()
// await this.readCmd()

// EHLO HELO MAIL RCPT DATA RSET NOOP QUIT HELP
await this.cleanup()
this.#queNextSending();
}

Expand Down

0 comments on commit 832f225

Please sign in to comment.