nmanousos / email-existence

108 stars 54 forks source link

no return from email-existence #11

Closed benmliang closed 10 years ago

benmliang commented 10 years ago

var check, emailExistence;

emailExistence = require('email-existence');

check = function(email) { console.log(email); return emailExistence.check(email, function(err, res) { console.log("res: " + res); return console.log(err); }); };

check('abcd@gmail.com');

Why can't I get any result from it? Nothing gets returned...

Help me!!!

benmliang commented 10 years ago

I got returned after a long time wait. And all returned I got are false..

benmliang commented 10 years ago

sorry is my internet problem XD