Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.01 KB

CleanMail

Validate email lists in bulk using domain checks, format checks, and SMTP verification.

Installation

Prerequisites

  • Python 3.x
  • PyQt5
  • dnspython

Installation Steps

  1. Clone the repository:

    git clone https://github.com/CYB3R-G0D/CleanMail.git
  2. Change to the project directory:

    cd CleanMail
  3. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python cleanmail.py
  2. Use the interface to import email addresses, start the verification process, and export the results.

Todo

  • Disposable email filter by default
  • Dns and email configuration

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code adheres to the project's coding standards and include appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.