Socket
Socket
Sign inDemoInstall

pyemailval

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyemailval

pyemailval verifies if an email address really exists.


Maintainers
1

============== pyemailval

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', check_regex=True, check_mx=True)

check_regex will check will the email address has a valid structure and defaults to True check_mx will check the mx-records and check whether the email actually exists

TODOs and BUGS

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc