Fix Configure Digest SMTP success message to point at the real test endpoint (v0.1.0:75)

This commit is contained in:
Keysat
2026-06-15 18:34:09 -05:00
parent 2758ac81d3
commit a350f8f5dd
@@ -194,7 +194,8 @@ export const configureDigestSmtp = sdk.Action.withInput(
`SMTP settings were written to ${SMTP_DIR} (owner-only). ` + `SMTP settings were written to ${SMTP_DIR} (owner-only). ` +
(includePassword ? '' : 'The existing password was kept unchanged. ') + (includePassword ? '' : 'The existing password was kept unchanged. ') +
'IMPORTANT: restart Ten31 Database now (Stop, then Start) so the digest ' + '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, result: null,
} }