SMTP Groker
17 Apr 2022
• 1 min read
CLI script used to test SMTP server with SSL, TLS and Authentication.
Sumary
This is a small python script that will make testing and troubleshooting SMTP servers easy. Supported Configurations:
- TLS/SSL Connections
- StartTLS Connections
- Authentication
- Saving test profiles for later use
Usage
Visit the project repository for usage details.