- allow passing
smtpPort
toverifyEmail
function
- Fix npm release folder
- Update dependencies
- Update disposable email domains
- Update free email domains
- add socket.on('timeout') event
- add socket.on('close') event
- enhance email regex validation
- minor refactoring
- adding more tests and real dns tests
- change free email domains to json file
- change disposable email domains to json file
- change default value verifyMx to false
- fix validMx value check when verifySmtp is true
- remove yahoo exclusion in smtp
- change response validEmailFormat to validFormat
- change response wellFormed to validEmailFormat
- change response validDomain to validMx
- change response validMailbox to validSmtp
- change params verifyDomain to verifyMx
- change params verifyMailbox to verifySmtp
- Add PSL to support ( isValidEmailDomain )
- Refactor tests
- Initial release