Skip to main content

A library for advanced email verification.

Project description

ValiMail - Email Verification Library

ValiMail is a library designed for advanced and effective verification of email addresses.

Features

  • Verify the format and validity of email addresses.
  • Detect if an email address exists in a leaked database.
  • Support email domain verification.
  • Support email comparison against a blacklist.
  • Integration with popular email service providers.

Installation

You can install the library using the following command:

pip install ValiMail

How To Use

Import the library

from ValiMail import vali_mail, check_domain_name, check_if_known,is_dispose_email

Use library functions to check email addresses

email = "example@email.com"
is_valid = vali_mail(email)
is_in_database = check_if_known(email)
is_valid_domain = check_domain_name(email)
is_dispose = is_dispose_email(email)
# Print the results
print(f"Is valid email: {is_valid}")
print(f"Is in database: {is_in_database}")
print(f"Has valid domain: {is_valid_domain}")
print(f"Is blacklisted: {is_dispose}")

#Ihad Been Added The RealTime Examples in The File example.py

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

valimail-0.1.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

valimail-0.1.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

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