Skip to main content

Email validator with regex and SMTP checking.

Project description

https://travis-ci.org/karolyi/py3-validate-email.svg?branch=master

py3-validate-email

py3-validate-email is a package for Python that check if an email is valid, properly formatted and really exists.

This module is for Python 3.6 and above!

INSTALLATION

You can install the package with pip:

pip install py3-validate-email

USAGE

Basic usage:

from validate_email import validate_email
is_valid = validate_email(email_address='example@example.com', check_regex=True, check_mx=True, from_address='my@from.addr.ess', smtp_timeout=10, use_blacklist=True)

check_regex will check will the email address has a valid structure and defaults to True

check_mx: check the mx-records and check whether the email actually exists

from_address: the email address the probe will be sent from,

smtp_timeout: seconds until SMTP timeout

use_blacklist: use the blacklist of domains downloaded from https://githubusercontent.com/martenson/disposable-email-domains

TODOs and BUGS

See: https://github.com/karolyi/py3-validate-email/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

py3-validate-email-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file py3-validate-email-0.1.1.tar.gz.

File metadata

  • Download URL: py3-validate-email-0.1.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for py3-validate-email-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f41c961a98d32ea07fb50a245db80533df2d856cfeb5f02bc3e64018c88956c1
MD5 e2b965c4b06013460b1b9ea5e81ac910
BLAKE2b-256 acf0033f927088847f854c57af0c689de66cce16f6411b2c93f9164a8f94b5b3

See more details on using hashes here.

Supported by

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