1.1.7 • Published 8 years ago

email-exist v1.1.7

Weekly downloads
11
License
MIT
Repository
gitlab
Last release
8 years ago

Using and information

npm install email-exist and enjoy !)

##Example

var verifier = require('email-exist');
verifier.verify( 'test@test.com', function( err, info ){
  if( err ) {
    console.log(err);
  }else{
    console.log( "Success: " + info.success );
    console.log( "Info: " + info.info );
    console.log( "Response from smtp: " + info.response );
  }
});

return

{
  success: boolean
  info: string
  addr: the address being verified
  response: string
}

it is fork fom email-verify package. I add tries to connect other ports and smtp response log

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.0

8 years ago