[PM-36011] feat: add member email change notification email#7990
[PM-36011] feat: add member email change notification email#7990jrmccannon wants to merge 3 commits into
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the new "member email changed" notification email: view model ( No security or correctness issues found. Code Review DetailsNo findings. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7990 +/- ##
==========================================
- Coverage 66.13% 62.12% -4.02%
==========================================
Files 2256 2285 +29
Lines 99392 99668 +276
Branches 8983 9016 +33
==========================================
- Hits 65732 61916 -3816
- Misses 31409 35577 +4168
+ Partials 2251 2175 -76 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-36011
📔 Objective
Adds the "Your Bitwarden account email was updated" notification email (part of PM-28365), built with the
IMailer/ MJML pipeline: view model, mail class, MJML source, compiled templates, and a render test.Sending isn't wired up yet. Hero asset (
spot-enterprise-gear.svg) is added in bitwarden/assets#28.TODO: once #7964 (PM-38926) merges, wire up the sending side effect in the v2 UpdateOrganizationUser command.