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 e9d5a08

Browse files
committed
input instructions
1 parent 52e76bc commit e9d5a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Email-Validator/email_verification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +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()
52+
email = input("Enter your Email id :")
5353
domain = email.split("@")[-1]
5454
check_syntax(email)#CHECK1
5555
mxRecord = check_dns(email,domain)#CHECK2

0 commit comments

Comments
(0)

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