Hi,
What do you mean by verification ?
Just show us simple example of input strings and what you want to get in result
I still can't get what do you need exactly, you have list of emails with passwords, and you need to log into each email account and only if auth completed well email will considered as valid, right?I'm sorry mate, but I'm not a developer. I'm looking for getting a python script that can handle an email list and after verifying it, will show the valid and invalid emails. That is the main point.
No. He means that he has an email list probably for marketing, but needs a script to decipher which one is good (still active or valid) and which one is bad (fake or no longer active).I still can't get what do you need exactly, you have list of emails with passwords, and you need to log into each email account and only if auth completed well email will considered as valid, right?
No. He means that he has an email list probably for marketing, but needs a script to decipher which one is good (still active or valid) and which one is bad (fake or no longer active).
Nice one broTake a look at this
https://github.com/JoshData/python-email-validator?files=1
It does a host name check too so if an email is
[email protected]
It checks to see if that domain is actually active or not
It is not my code so I can't say for sure if it will work correctly and without errors
Could you expatiateyou can write your 1 - insert a string into the send line; if it is red, then the email is not valid 2 - if green - valid