Skip to main content

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

See: http://github.com/Ben-Baert/pyemailval/issues

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

pyemailval-0.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

pyemailval-0.1-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

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

Hashes for pyemailval-0.1.tar.gz
Algorithm Hash digest
SHA256 550e31b0b779d5116d50a89f0936116c0e99cb253d8e494e3688a7daa4bc13c7
MD5 e57283b26034a85c0519bb76b6707875
BLAKE2b-256 2e85a728267badd3cac7817ce4769a1e8b5d6a72ce648eff8bf2cdc8602346e8

See more details on using hashes here.

File details

Details for the file pyemailval-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyemailval-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6983ec7e1c5f67d5d7e832c65b6d51a86dd9287860e8b1ce2926120a7cef1bac
MD5 f5948450d8552d6d301b8054f39338e0
BLAKE2b-256 4759db7ec9205e1dd4babb19edb8fe95165fff581ccfd07b8c7c9455fc579121

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page