
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Email Checker is a Python-based CLI and Dockerized tool for validating email addresses β individually or in batches. It detects disposable email domains (updated automatically from a public source), integrates with cron for scheduled tasks, and runs smoothly in local and containerized environments.
/input/*.csv
)pip
or make
pip install email-checker-mv
pip uninstall email-checker-mv
Command | Description |
---|---|
check_email someone@example.com | β Check a single email |
check_batch | π Batch check CSV files in input/ directory |
update_domains | α½1 Update the list of disposable domains |
Disposable domains are fetched from Propaganistas/Laravel-Disposable-Email.
You can control Docker using either make
or manage.sh
.
manage.sh
ScriptBefore using it, ensure itβs executable:
chmod +x manage.sh
Command | Description |
---|---|
./manage.sh -start | π’ Start the Docker container with build |
./manage.sh -stop | π΅ Stop the running container |
./manage.sh -destroy | β οΈ Remove containers, images, volumes |
./manage.sh -logs | π Show cron job logs inside the container |
./manage.sh -batch | π¬ Run batch check via Docker |
./manage.sh -check someone@example.com | β Run single email check |
./manage.sh -update | α½1 Update disposable domains inside Docker |
./manage.sh -help | βΉοΈ Show help message |
Makefile
ShortcutsUse
make help
to list all commands.
Make Command | Description |
---|---|
make start | π’ Start the container |
make stop | π΅ Stop the container |
make destroy | β οΈ Remove everything related to the container |
make logs | π Follow cron job logs |
make batch | π¬ Run batch email check inside Docker |
make check email=someone@example.com | β Check a single email |
make update | α½1 Update disposable domains |
You can edit the cron configuration directly inside the running container using:
docker exec -it email_checker crontab -e
This allows advanced scheduling if needed.
.csv
files placed in the input/
folder.output/
folder by default.This project is licensed under the MIT License.
InTester is a secure and transparent online knowledge assessment platform. It offers time-limited tests, anti-cheating measures, instant results with PDF certificates, and public test records β making it ideal for job seekers and recruiters alike.
DCT Sign is a blockchain-backed electronic signature platform that prioritizes privacy and data integrity. Users can securely sign documents without storing the original files, ensuring confidentiality and compliance with advanced e-signature standards.
Thank you for using Email Checker! Contributions and feedback are welcome.
FAQs
Batch and CLI email validator
We found that email-checker-mv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.