Kumar Akshay

Results 15 comments of Kumar Akshay

Hi @Muhammedsuwaneh, thanks for reporting! Can you also send the stack trace? With environment configuration like python version, django version?

Can you guys try the 2.4.4 version and see if it works? `pip3 install verify-email==2.4.4.dev0`

Can you guys try the 2.4.4 version and see if it works? `pip3 install verify-email==2.4.4.dev0`

can you try once with 2.4.4 version? `pip3 install verify-email==2.4.4.dev0`

It still supports SMTP validation. Although the result you're facing could be another reason, like the email provider's counter steps to block such calls.

Let me know if you wanna do this @firedranzer 😉

Hi @syleishere, I'm curious if you can use it like shown in https://github.com/kakshay21/verify_email/blob/1b641d2867d1c7198b2cf46e21bc75737dcad273/examples.py#L39 Otherwise, let me know, I'll try to find some other workaround for this. Thanks!

Or if you're not using bulk email verify then this should work for you: https://github.com/kakshay21/verify_email/blob/1b641d2867d1c7198b2cf46e21bc75737dcad273/verify_email/verify_email.py#L77

Can you guys try the 2.4.4 version and see if it works? `pip3 install verify-email==2.4.4.dev0`

I think this message you're getting from Google smtp server. They have mechanism these days which can blacklist certain requests from making multiple verify requests. I don't think it's related...