Best Email Validator

unclehat

Junior Member
Joined
Oct 18, 2017
Messages
165
Reaction score
27
Hi.. Can any one help me with best and free Email validator. I am searching for free and the best one to verify my 2000k mails.
 
your need to use the mx from a php code can search for it.

will only validate when sending.

what 2000k
or you mean 2k ?

if 2k can do that with php on it own?
 
your need to use the mx from a php code can search for it.

will only validate when sending.

what 2000k
or you mean 2k ?

if 2k can do that with php on it own?

I have a list of 200k emails. I want to validate if the email is exist or not before sending.
 
There is a tool from GSA team. Check it . BTW i have not used it but as you know GSA guys are the best and it surely does it.
 
There is a tool from GSA team. Check it . BTW i have not used it but as you know GSA guys are the best and it surely does it.
no there not they don't deal with email promoting no more....
 
I have seen few guys.. Will test all of them and with post here which one is working for me. So, you guys can also get some update. Thank you guys :)
 
I have seen few guys.. Will test all of them and with post here which one is working for me. So, you guys can also get some update. Thank you guys :)
I need it too. Appreciate to tell me after test
 
this is not what OP want


I'm not sure, but I think this is impossible without sending it first.
If it's possible, I can just precompute all possible email
the code i show them is a code that checks the dns mail server to make sure the account is active ....

what did they want?
 
the code i show them is a code that checks the dns mail server to make sure the account is active ....

what did they want?
Exactly this is what I want.. If we want to check mails only in gmail and yahoo then this code work?
 
There is a GitHub project named egulias/EmailValidator that implements some checks but as mentioned by others the only way to find out if an email address will bounce or not is to send an email.
 
There is a GitHub project named egulias/EmailValidator that implements some checks but as mentioned by others the only way to find out if an email address will bounce or not is to send an email.

Yes, you are correct.. But, most of the emailing providers will suspend our account if bounce rate is more than 20%... Instead of taking that risk I want to clean my data before sending.
 
Back
Top