As a consultant at a managed services provider, I spent a long time searching for a tool that would help me troubleshoot SMTP problems quickly and easily without having to resort to telnet. Finally, I gave up and wrote my own.
- Command-line and graphical user interfaces
- Ability to override all DNS and SMTP settings
- Support for SMTP authentication and TLS encryption
pip install smtptester
smtptester-gui [options]
smtptester <options>
poetry install
poetry shell
...
pytest
- Bump
version
in pyproject.toml - Update CHANGELOG.md
- Run
make release