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: 3 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T22:04:57.000Z (11 months ago)
- Last Synced: 2025-01-03T21:19:22.911Z (5 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.

## 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.