SMTP Validator is a powerful and easy-to-use tool to check the validity of SMTP credentials. This Python script automatically checks the data downloaded from a file and determines if the connection to SMTP servers is correct. It supports automatic validation of several standard ports (25, 465, and 587) to save time and effort.
Functionality
Automatic port detection:
If no port is specified, the script sequentially checks ports 25, 465, and 587, which greatly increases the probability of a successful connection.
SSL and TLS support:
The script automatically uses SSL for port 465 and TLS for other ports, which is in line with modern security standards.
Multi-threading: Using ThreadPoolExecutor allows multiple connections to be processed in parallel, speeding up the validation process.
Easy to use: Simply upload data to the base.txt file in smtp|login|pass or smtp|port|login|pass format, and run the script. Valid credentials will be written to goods.txt.
How to use
Run the script: Run the script and it will automatically validate all the data, writing valid credentials to goods.txt.
Output
The results of the validation are output to the console with color coding:
Green for valid data.
Red for invalid data.
Yellow for format errors.
Link to channel
Download: LINK
Password: @EmailTool
Follow for more here: https://t.me/EmailTool
Functionality
Automatic port detection:
If no port is specified, the script sequentially checks ports 25, 465, and 587, which greatly increases the probability of a successful connection.
SSL and TLS support:
The script automatically uses SSL for port 465 and TLS for other ports, which is in line with modern security standards.
Multi-threading: Using ThreadPoolExecutor allows multiple connections to be processed in parallel, speeding up the validation process.
Easy to use: Simply upload data to the base.txt file in smtp|login|pass or smtp|port|login|pass format, and run the script. Valid credentials will be written to goods.txt.
How to use
Run the script: Run the script and it will automatically validate all the data, writing valid credentials to goods.txt.
Output
The results of the validation are output to the console with color coding:
Green for valid data.
Red for invalid data.
Yellow for format errors.
Link to channel
Download: LINK
Password: @EmailTool
Follow for more here: https://t.me/EmailTool