verify email lists with python scripts

MF9

Registered Member
Joined
Nov 5, 2018
Messages
91
Reaction score
17
Hello,

I was wondering if someone could help me to find python scripts to verify my email lists.

Thank you in advance :)
 
Just show us simple example of input strings and what you want to get in result
 
Just show us simple example of input strings and what you want to get in result

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.
 
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.
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 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).
 
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).

Thank's man for clarifying you explained very well my need.
 
Take 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
 
you 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
 
Thank's a lot mate. I appreciate your help!
 
Back
Top