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, }