Skip to content

Commit 52e76bc

Browse files
committed
debugged and revised email validator
1 parent a6b8a9e commit 52e76bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Email-Validator/email_verification.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def check_response(email, domain, mxRecord):
4949
except socket.error as socketerror:
5050
print("Check 3 HALTED! The domain",domain,", either does not have an SMTP or have restricted access through external scripts")
5151

52-
#email = input()
53-
52+
email = input()
5453
domain = email.split("@")[-1]
5554
check_syntax(email)#CHECK1
5655
mxRecord = check_dns(email,domain)#CHECK2

0 commit comments

Comments
 (0)