Socket
Socket
Sign inDemoInstall

evalidator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evalidator

Checks if an e-mail address exists or not


Maintainers
1

email-validator

|Build Status|

Checks if an e-mail address exists or not.

Installation

::

pip install evalidator

Those who can't wait for the next release:

::

python setup.py install

Command-line Usage

::

$ evalidate someone@email.com

(where @email.com is one of below supported services)

This will tell you if the given e-mail address exists on the internet or not.

Library Usage

::

>>> import evalidator
>>> evalidator.validate('someone@email.com')

(where @email.com is one of below supported services)

Supported Services

  • Google Mail (@gmail.com)
  • Yahoo! Mail (@yahoo.com)

Please open a new issue if you would like to validate e-mail addresses for some other e-mail service.

License

The MIT License

.. |Build Status| image:: https://travis-ci.org/ritiek/email-validator.svg?branch=master :target: https://travis-ci.org/ritiek/email-validator

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc