chore: Update email FROM address and fix unsubscribe link #221

Closed
opened 2026-02-19 02:18:34 +00:00 by egullickson · 0 comments
Owner

Summary

Update all outbound email FROM addresses to hello@notify.motovaultpro.com and fix the broken unsubscribe link in the email footer.

Changes

  1. FROM address: Change default from info@notify.motovaultpro.com to hello@notify.motovaultpro.com (app emails) and from deploy@notify.motovaultpro.com to hello@notify.motovaultpro.com (CI deploy notifications)
  2. Unsubscribe link: Replace broken {{unsubscribeUrl}} placeholder in base-layout.ts with real URL (https://motovaultpro.com/settings)
  3. List-Unsubscribe header: Add RFC 8058 headers for email client unsubscribe button support

Files

  • backend/src/features/notifications/domain/email.service.ts
  • backend/src/features/notifications/domain/email-layout/base-layout.ts
  • scripts/ci/notify.sh
  • backend/src/features/notifications/README.md
## Summary Update all outbound email FROM addresses to `hello@notify.motovaultpro.com` and fix the broken unsubscribe link in the email footer. ## Changes 1. **FROM address**: Change default from `info@notify.motovaultpro.com` to `hello@notify.motovaultpro.com` (app emails) and from `deploy@notify.motovaultpro.com` to `hello@notify.motovaultpro.com` (CI deploy notifications) 2. **Unsubscribe link**: Replace broken `{{unsubscribeUrl}}` placeholder in `base-layout.ts` with real URL (`https://motovaultpro.com/settings`) 3. **List-Unsubscribe header**: Add RFC 8058 headers for email client unsubscribe button support ## Files - `backend/src/features/notifications/domain/email.service.ts` - `backend/src/features/notifications/domain/email-layout/base-layout.ts` - `scripts/ci/notify.sh` - `backend/src/features/notifications/README.md`
egullickson added the
status
in-progress
type
chore
labels 2026-02-19 02:18:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: egullickson/motovaultpro#221