Need to verify 5 million emails.

bizurk

Junior Member
Joined
Mar 9, 2011
Messages
177
Reaction score
32
I have this list of emails that's around 5 million, And some are like ....!aol.com and random bullshit like that. Is there a program out there that will run through the list and verify that they are actually emails?
 
wow, thats alot of emails..

i am not sure there is a way to do that? i guess you can try to send an email to each one and see if it successfully sends...

lmao
 
I have this list of emails that's around 5 million, And some are like ....!aol.com and random bullshit like that. Is there a program out there that will run through the list and verify that they are actually emails?

Would love to be of some help so check this out. This will let you verify 50,000 an hour.

Code:
http://www.email-unlimited.com/email_verifier_professional.html
 
Would love to be of some help so check this out. This will let you verify 50,000 an hour.

Code:
http://www.email-unlimited.com/email_verifier_professional.html

Yeah it just errors out for me.
 
I have this list of emails that's around 5 million, And some are like ....!aol.com and random bullshit like that. Is there a program out there that will run through the list and verify that they are actually emails?

I don't know of any software that can actually do that but I know it's certainly possible. That's why I would say that there must be a program for that, you just have to find it! Verifying an e-mail address basically requires at least the following steps:

Syntax verification: IETF standards (more info here)
DNS validation: MX record(s)
SMTP connection and availability check

I know that the list above might not make too much sense for you but if you hire a programmer to create a software for you that list might come in handy :)
 
paste in to notepad and do find-and-replace ".co" with ".com"

:) I don't think so but made me smile

Could try textmorth
Code:
http://sesetup.com/textmorph.html
but 5 million is a big number
 
Back
Top