A powerful Python script to validate SMTP credentials with colorful terminal output and visual feedback.
- 🚀 Multi-threaded checking with animated loading
- 🎨 Colorful terminal output with
colorama - 📊 Detailed results for both valid and invalid credentials
- 💾 Auto-save valid credentials to
success.txt - ⏱️ Response time measurement for each check
- 🛡️ Error handling with clear error messages
- Clone Repository
git clone https://github.com/abolfazlrashidian/smtp-checker.git- Install Requirements
pip install -r requirements.txtpython smtp_checker.pyWhen prompted, enter the path to your credentials txt file
- format in each line: host|port|username|password


