Skip to main content

A small package for email verification

Project description

verify-email

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

Features

  • Syntax checks
  • MX(Mail Exchange records) verification
  • Email Handler verification
  • Caching domain lookups to improve performance
  • Supports asyncio for concurrency
  • For multiprocessing usage, see fast_verify.py).

Compatibility

  • Written in Python 3.7.
  • Supports Python 3.7+.
  • It should work on Linux, Mac and Windows.

Installation

From pypi.org

$ pip install verify-email

From source code

$ git clone https://github.com/kakshay21/verify_email
$ cd verify_email
$ virtualenv env
$ source env/bin/activate
$ python setup.py develop

Usage

>>> from verify_email import verify_email
>>> verify_email('foo@bar.com')
False
>>> verify_email(['foo@bar.com', 'example@foo.com'])
[False, False]

see for more examples examples.py

Contribute

Support

If you are having issues, please create an issue for it. And feel free to contribute as well 😄.

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.4.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

verify_email-2.4.0-py3.7.egg (8.3 kB view hashes)

Uploaded Source

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