Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 490 Bytes

index.md

File metadata and controls

21 lines (16 loc) · 490 Bytes

MailboxValidator Python Module

This Python module enables user to easily validate if an email address is valid, a type of disposable email or free email.

This module can be useful in many types of projects, for example

  • to validate an user's email during sign up
  • to clean your mailing list prior to email sending
  • to perform fraud check
  • and so on

Table of contents

.. toctree::

  self
  quickstart
  code
  reference