Fix Configure Digest SMTP success message to point at the real test endpoint (v0.1.0:75)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user