SMTP Connection:
Establishes a connection to the specified SMTP server using the provided host, port, username, and password.
Utilizes starttls for a secure connection.
Email Composition and Sending:
Generates a random subject and sender name for each test email.
Sends a test email to the specified recipient email address to verify the SMTP credentials.
Output and Logging:
Prints the status of each SMTP account check (successful or failed).
Multiprocessing:
Uses a thread to check multiple SMTP accounts concurrently, speeding up the verification process.
Note:
Ensure a stable internet connection for SMTP server interactions.
The program is intended for legitimate use only, such as verifying your own SMTP credentials.
CLICK HERE TO DOWNLOAD
Establishes a connection to the specified SMTP server using the provided host, port, username, and password.
Utilizes starttls for a secure connection.
Email Composition and Sending:
Generates a random subject and sender name for each test email.
Sends a test email to the specified recipient email address to verify the SMTP credentials.
Output and Logging:
Prints the status of each SMTP account check (successful or failed).
Multiprocessing:
Uses a thread to check multiple SMTP accounts concurrently, speeding up the verification process.
Note:
Ensure a stable internet connection for SMTP server interactions.
The program is intended for legitimate use only, such as verifying your own SMTP credentials.
CLICK HERE TO DOWNLOAD