feat: route email notifications through mail capability
This commit is contained in:
@@ -176,7 +176,7 @@ export default function NotificationSettingsPanel({ settings, auth }: { settings
|
||||
</div>
|
||||
<ToggleSwitch
|
||||
label="Email notifications"
|
||||
help="Prepared for mail-backed notification delivery."
|
||||
help="Deliver production email through the optional Mail module. In-app notifications continue to work when Mail is unavailable."
|
||||
checked={draft.email_enabled}
|
||||
disabled={loading}
|
||||
onChange={(value) => setDraft((current) => ({ ...current, email_enabled: value, email_digest_enabled: value ? current.email_digest_enabled : false }))}
|
||||
|
||||
Reference in New Issue
Block a user