SMTP Tester
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.
Features
- Command-line and graphical user interfaces
- Ability to override all DNS and SMTP settings
- Support for SMTP authentication and TLS encryption
Installation
pip install smtptester
Running the Application
With GUI
smtptester-gui [options]
CLI Only
smtptester <options>
Development
Getting Started
poetry install
poetry shell
...
Running Tests
pytest
Releases
- Bump
versionin pyproject.toml - Update CHANGELOG.md
- Run
make release
Release files for smtptester 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| smtptester-1.1.2.tar.gz | 56.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| smtptester-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 111.2 kB
Release files / smtptester-1.1.2.tar.gz
| Download URL | smtptester-1.1.2.tar.gz |
|---|---|
| Size | 56.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
daecf027a3daa7d4f4c88dd3812750d208bd1351ab07d79d7d4f63a2f748fead
|
|
BLAKE2b-256 checksum How to use checksums |
f87fd2a0e5ad8ee409c330ad224e61e8d4cf897769fcc4ec38181f7cd670ad1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.10.4 Darwin/21.5.0
|
Release files / smtptester-1.1.2-py3-none-any.whl
| Download URL | smtptester-1.1.2-py3-none-any.whl |
|---|---|
| Size | 55.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b910325799d68737ea87bb6e67fd874842e76cdf2b4c06b0136fd6059cb5c23d
|
|
BLAKE2b-256 checksum How to use checksums |
fb8fe9f6de948e624f3d22f7648e7105c5b13dc57ba9da2998cc03421c3b03cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.10.4 Darwin/21.5.0
|