syrusakbary / validate_email

Validate_email verify if an email address is valid and really exists
Other
572 stars 232 forks source link

All emails return True even Fake ones! #122

Open janya171 opened 1 year ago

janya171 commented 1 year ago

### Your code is useless! is_valid = validate_email('cuntytanty1121144414@gmail.com.com',verify=True)

TRY AND SEE! IT RETURN = TRUE means this email exist!!!! lol YOU ARE LOSER !

Cyber-Dioxide commented 1 year ago

### Your code is useless! is_valid = validate_email('cuntytanty1121144414@gmail.com.com',verify=True)

TRY AND SEE! IT RETURN = TRUE means this email exist!!!! lol YOU ARE LOSER !

I guess it is using REGEX for validating, use api for validation if you are using your app or software for serious reason. i have made the validator for my web app in past

SSAdvisor commented 9 months ago

Nothing is perfect. First check that the domain 'com.com' in your example exists. Then check if the email is valid within the domain.