Gardener-gg / email-verifier

SOCKS proxy enabled Email Verifier
https://Gardener.gg
MIT License
101 stars 32 forks source link

How to use your script? #5

Open FormationGrowthHacking opened 4 years ago

FormationGrowthHacking commented 4 years ago

Thank you for your work.

I follow your instruction and it seems to works fine.

My problem is I don't know how to use your verifier. I stored the results in a variable: results = socks_verifier.verify(email)

and then what else? How do I know this "email" is a correct email.

I printed the results: {'address': Address(name='', addr='contact@miiting.fr', username='contact', domain='miiting.fr'), 'valid_format': True, 'deliverable': False, 'full_inbox': False, 'host_exists': True, 'catch_all': False}

But how do I enjoy all this? I can understand in this result that format is ok, but what does mean all these info?

Could you please be more clear about the usage of your work. I guess you spend a lot of time in developping this script, but I can't enjoy it.

Thanks in advance to help me.

Kind regards

jaspreetsinghrawel commented 3 years ago

U can check the three flags - deliverable, host exist, valid format - if these are true then u should mark the email as usable