Conversation
This was referenced Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
zerosmtp-checkto Networking.It answers one question: does outbound SMTP work from this machine? It tries the
ports, checks TLS, attempts authentication, and then explains the refusal the
server actually returned — including the ones clients hide.
curlthrows theserver's text away and prints
curl: (67) Login denied, which is why peoplespend an afternoon on a password that was never wrong.
Runs with
npx zerosmtp-check, nothing to install. MIT licensed.Checked against
contributing.md: format[name](link) - Description., linkpoints at the tool's repository, description starts with a capital, ends with a
full stop, and does not begin with "A" or "An". Not already in the list.
Diff is one line.