pyemailval verifies if an email address really exists.
Project description
pyemailval is a package for Python that check if an email is valid, properly formatted and really exists.
INSTALLATION
You can install the package with pip:
pip install pyemailval
USAGE
Basic usage:
from pyemailval import validate_email
is_valid = validate_email('example@example.com')
Checking domain has SMTP Server
Check if the host has SMTP Server:
from validate_email import validate_email
is_valid = validate_email('example@example.com',check_mx=True)
Verify email exists
Check if the host has SMTP Server and the email really exists:
from validate_email import validate_email
is_valid = validate_email('example@example.com',verify=True)
TODOs and BUGS
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyemailval-0.1.tar.gz.
File metadata
- Download URL: pyemailval-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
550e31b0b779d5116d50a89f0936116c0e99cb253d8e494e3688a7daa4bc13c7
|
|
| MD5 |
e57283b26034a85c0519bb76b6707875
|
|
| BLAKE2b-256 |
2e85a728267badd3cac7817ce4769a1e8b5d6a72ce648eff8bf2cdc8602346e8
|
File details
Details for the file pyemailval-0.1-py3-none-any.whl.
File metadata
- Download URL: pyemailval-0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6983ec7e1c5f67d5d7e832c65b6d51a86dd9287860e8b1ce2926120a7cef1bac
|
|
| MD5 |
f5948450d8552d6d301b8054f39338e0
|
|
| BLAKE2b-256 |
4759db7ec9205e1dd4babb19edb8fe95165fff581ccfd07b8c7c9455fc579121
|