diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index c93cb11..961f6bc 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -844,11 +844,20 @@ var RUNS = 'https://api.github.com/repos/msgwing/ZeroSMTP/actions/workflows/' + 'service-healthcheck.yml/runs?per_page=1&status=completed'; + // Deliberately not `npx zerosmtp-check`: that package is not published + // to npm - publish-npm.yml needs an NPM_TOKEN secret the repository + // does not have, and has never run. Telling a reader to run a command + // that 404s is worse than telling them nothing. These two need no + // install and are already in the troubleshooting guide. function selfTest() { return '

To test from your own network rather than ours — ' - + 'which is the result that actually decides whether your device can ' - + 'send — run npx zerosmtp-check. It opens both ports ' - + 'and completes the TLS handshake, and sends nothing.

'; + + 'which is the result that actually decides whether your device can send ' + + '— open a terminal:

' + + '' + + '

Both open the connection and send no mail.

'; } el.addEventListener('click', function(e){