mfbx9da4 / deep-email-validator

Validates regex, typos, disposable, dns and smtp
MIT License
873 stars 92 forks source link

Add 'end' event handling, fix command HELO -> EHLO #47

Closed ianberdin closed 2 years ago

ianberdin commented 2 years ago
  1. Add 'end' event handling. example@uk.fujitsu.com hangs connection and node.js event loop can't resolve anything, so it closes process.

  2. Fix command HELO -> EHLO; Correct command is EHLO. Proof: https://docs.microsoft.com/en-us/exchange/mail-flow/test-smtp-with-telnet?view=exchserver-2019.

ianberdin commented 2 years ago

Isn't correct.