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', helo_host='my.host.name', smtp_timeout=10, dns_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,

helo_host: the host to use in SMTP HELO when checking for an email,

smtp_timeout: seconds until SMTP timeout

dns_timeout: seconds until SMTP timeout

use_blacklist: use the blacklist of domains downloaded from https://github.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.10.tar.gz (5.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: py3-validate-email-0.1.10.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for py3-validate-email-0.1.10.tar.gz
Algorithm Hash digest
SHA256 417824215fe4a4750804aec2633ad4865d37fc9066e60073dbdc3dd9c14753fe
MD5 829245e58160fb2563b1022ac01d0b31
BLAKE2b-256 4aa217408be53b0c7634a682135e3a296539d1bcdf52b337d60985b83aea932f

See more details on using hashes here.

Supported by

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