A robust Python package for validating and filtering disposable email addresses to enhance email integrity and security.
Project description
MailsaFeGuard - Ultimate Email Validation and Filtering Tool 📧🚫
Welcome to MailsaFeGuard, the powerful Python package designed to ensure the integrity and legitimacy of email addresses. With MailsaFeGuard, you can effortlessly filter out disposable email addresses often used for spam or fraudulent activities. Say goodbye to unreliable email addresses and hello to cleaner, more trustworthy communications! 🌟📩
Features
1. Comprehensive Email Validation 📜✅
- Syntax Validation: Ensures that the email format follows standard conventions.
- Whitelist Check: Cross-references the email domain with a whitelist of trusted providers like Gmail, Outlook, and Yahoo.
- Disposable Domain Check: Compares the domain against a list of known disposable email providers.
- DNS Resolution: Verifies the existence and resolution of the email domain via DNS.
2. Easy-to-Use Interface 🖥️👌
- Simple and intuitive API for seamless integration into your applications.
- Clear and informative output for each email validation.
3. Reliable and Up-to-Date Information 🔄📅
- Regularly updated list of disposable domains from a GitHub repository.
- Robust DNS checks for domain verification.
How It Works
MailsaFeGuard follows a multi-step approach to ensure email legitimacy:
- Syntax Validation: Verifies that the email address adheres to standard formatting rules.
- Whitelist Check: Compares the email domain against a list of well-known, trusted email providers.
- Disposable Domain Check: Fetches an updated list of disposable email domains from a GitHub repository to check against.
- DNS Resolution: Ensures that the domain associated with the email address can be resolved through DNS, including its subdomains.
Installation
To get started with MailsaFeGuard, install it via pip:
pip install mailsafeguard
from mailsafeguard import is_disposable_email
email = 'test@example.com'
print(is_disposable_email(email))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mailsafeguard-0.3.0.tar.gz.
File metadata
- Download URL: mailsafeguard-0.3.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0535f1468ea4847ce18332a262efe504a8dc895884d5a8e1908b1821930fc810
|
|
| MD5 |
0fcd2dfd11331780c4fdddfda2509dcd
|
|
| BLAKE2b-256 |
04084bc093e11067cb1e4de7f2202fc15505f48f416eb1546d0442ac79a69394
|
File details
Details for the file mailsafeguard-0.3.0-py3-none-any.whl.
File metadata
- Download URL: mailsafeguard-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b32da4920361a9ac578a1d35ec0c1e3c135086ca151d52cecf229fbcbb0078d
|
|
| MD5 |
6c204583357a2524b58e5ce3ef16b545
|
|
| BLAKE2b-256 |
41950d9d0ee783080f7ba0ae85f1ce26616b2ef202f18bec48981463bfa80c83
|