← All changelog

Pick which Dock emails you want.

Settings has a new Notifications tab with nine toggles for the messaging and growth emails Dock can send you. Service-affecting alerts (your messaging is paused, your bundle hit) keep arriving regardless. Everything else is opt-out, and the recap and summary digests are opt-in.

New
  • Settings, Notifications. Nine categories: bundle alerts, ceiling warning, upgrade nudges, weekly recap, monthly summary, inactive re-engagement, network nudges, milestones, win-back. Toggle saves immediately, no Save button.
  • Service-affecting alerts (hard ceiling hit, monthly limit reached on Free) bypass the toggles. The setting still shows them so you know they exist; the toggle is locked with a small "always sent" caption.
  • Defaults: weekly recap and monthly summary start OFF (opt-in). Every other category starts ON, so the only emails you can lose are ones you explicitly mute.
API
  • `PATCH /api/me/messaging-email-prefs` accepts a partial map of `category -> boolean`. Unknown keys are stripped server-side. `GET /api/me` returns the resolved prefs (defaults applied for any absent key) so the Settings UI never has to think about which keys are stored vs implicit.