daveearley / Email-Validation-Tool

An easy to use, accurate-ish & extensible email validation library for PHP 7+ 📧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will gmail and/or other mailhosts block my ip?

yo-mike opened this issue · comments

commented

Hello -

Should I consider the need for a proxy or rate-limiting? Do you know if anyone has been blacklisted for using this package in high-volume situations?

My initial test is ~30,000 emails. But I have a list of 450,000 that I would like to clean up

Thanks again! Beautiful package, and super easy to use.

commented

Just to share with everyone, I used a VPN and performed 32,841 validations in 24 minutes.

image

It doesn't appear I had any blocking issues. I'm estimating 450,000 validations will take about 6 hours.

Hey @949mac, thanks for the info. From my experience you shouldn't see any rate limiting and don't need a proxy

commented

Terrific. Thank you.

commented

Also, to follow up, I successfully did 400,000 lookups in a little less than 4 hours! I kept the VPN just-in-case, but the difference in speed between VPN-on and off was negligible.

Thanks for the update 👍