Skip to main content

A small package for email verification

Project description

verify-email

verify-email can verify the email by efficiently checking the domain name and pinging the handler to verify its existence.

Features

  • MX(Mail Exchange records) verification
  • Handler verification
  • Cache domain lookups
  • Parallel domain lookups and handler checks
  • Syntax checks

Compatibility

  • It is written in Python 2.7.
  • Not tested in python3.X.
  • It should work on Linux, Mac and Windows.

Installation

From pypi.org

pip install verify-email

From source code

virtualenv env 
source env/bin/activate
python setup.py develop

Usage

>>> from verify_email.verify_email import validate_email
>>> validate_email("foo@bar.com")
False

see for more details usage.py

Contribute

Support

If you are having issues, please let me know.

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

verify_email-2.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

verify_email-2.0.0-py2-none-any.whl (4.6 kB view hashes)

Uploaded Python 2

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