From a350f8f5ddc91bd620de83f0439d8fbdd6bf160b Mon Sep 17 00:00:00 2001 From: Keysat Date: Mon, 15 Jun 2026 18:34:09 -0500 Subject: [PATCH] Fix Configure Digest SMTP success message to point at the real test endpoint (v0.1.0:75) --- start9/0.4/startos/actions/configureDigestSmtp.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start9/0.4/startos/actions/configureDigestSmtp.ts b/start9/0.4/startos/actions/configureDigestSmtp.ts index ccac18e..16885d6 100644 --- a/start9/0.4/startos/actions/configureDigestSmtp.ts +++ b/start9/0.4/startos/actions/configureDigestSmtp.ts @@ -194,7 +194,8 @@ export const configureDigestSmtp = sdk.Action.withInput( `SMTP settings were written to ${SMTP_DIR} (owner-only). ` + (includePassword ? '' : 'The existing password was kept unchanged. ') + 'IMPORTANT: restart Ten31 Database now (Stop, then Start) so the digest ' + - 'mailer picks up the new settings, then use "Send Test Digest Email" to verify.', + 'mailer picks up the new settings, then send a test (admin API: POST ' + + '/api/admin/digest/test-email) to verify delivery.', ), result: null, }