aman00323 / email-checker

Provides email verification on the go.
MIT License
151 stars 30 forks source link

User rejected #18

Closed ganeshthandapani closed 4 years ago

ganeshthandapani commented 4 years ago

Hi Aman thanks for the solution, while using this email checker process to verify Hotmail, outlook I face some problems. Can you asses me. I get a message as the User rejected after verifying some 20 to 30 emails with the same Hotmail and outlook emails. Any idea of it.

aman00323 commented 4 years ago

@ganeshthandapani May be its due to rapid request from your server to hotmail with same ip address.

Most of morden server firewall and technics use this kind of method, if you do rapid request then it should block your ip address.

This kind of practice follow to prevent (Brute Force) attack on server.

I would suggest that you may follow some interval to check between emails.

ganeshthandapani commented 4 years ago

Thanks for the reply, Aman. What's the time interval should be maintained to avoid such cases. Any Idea

aman00323 commented 4 years ago

@ganeshthandapani You can interval of 5 sec and try it out.

aman00323 commented 4 years ago

@ganeshthandapani Should i close this ?