Spelling correction
This commit is contained in:
parent
444a12d96d
commit
976b50f885
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ Basic usage::
|
||||||
Checking domain has SMTP Server
|
Checking domain has SMTP Server
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Check if the host has SMPT Server::
|
Check if the host has SMTP Server::
|
||||||
|
|
||||||
from validate_email import validate_email
|
from validate_email import validate_email
|
||||||
is_valid = validate_email('example@example.com',check_mx=True)
|
is_valid = validate_email('example@example.com',check_mx=True)
|
||||||
|
@ -42,7 +42,7 @@ Check if the host has SMPT Server::
|
||||||
Verify email exists
|
Verify email exists
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Check if the host has SMPT Server and the email really exists::
|
Check if the host has SMTP Server and the email really exists::
|
||||||
|
|
||||||
from validate_email import validate_email
|
from validate_email import validate_email
|
||||||
is_valid = validate_email('example@example.com',verify=True)
|
is_valid = validate_email('example@example.com',verify=True)
|
||||||
|
|
Loading…
Reference in a new issue