Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jscarle/smtpdiag
A Windows utility to help diagnose SMTP connection issues.
https://github.com/jscarle/smtpdiag
csharp debugging-tool dotnet smtp windows
Last synced: about 1 month ago
JSON representation
A Windows utility to help diagnose SMTP connection issues.
- Host: GitHub
- URL: https://github.com/jscarle/smtpdiag
- Owner: jscarle
- License: mit
- Created: 2024-06-23T21:38:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T22:04:57.000Z (8 months ago)
- Last Synced: 2024-06-24T22:48:32.285Z (8 months ago)
- Topics: csharp, debugging-tool, dotnet, smtp, windows
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMTPDiag
A Windows utility to help diagnose SMTP connection issues.
![Screenshot](https://github.com/jscarle/SMTPDiag/blob/main/docs/Screenshot.png)
## History
In 2006, I did a lot of IT support and often had to diagnose SMTP connection issues. I got tired of
manually connecting to SMTP servers using Telnet and entering commands one by one, so I created a
utility to streamline the process. Eighteen years later, I'm still using it. I've now cleaned it up,
added TLS support, and released it publicly. It's a simple tool with limited features, but it's
incredibly useful for diagnosing SMTP issues at the protocol and connection levels.