Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 2 deletions
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-
email = "mdsaaalik@gmail.com"
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)

AltStyle によって変換されたページ (->オリジナル) /