chore: Update email FROM address and fix unsubscribe link #222
Reference in New Issue
Block a user
Delete Branch "issue-221-update-email-from-and-unsubscribe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes #221
info@notify.motovaultpro.comtohello@notify.motovaultpro.com(app emails) and fromdeploy@notify.motovaultpro.com(CI notifications){{unsubscribeUrl}}placeholder in base email layout with real Settings page URL (https://motovaultpro.com/settings)List-UnsubscribeandList-Unsubscribe-Postheaders for email client unsubscribe button supportTest plan
POST /api/admin/email-templates/:key/testand verify FROM showshello@notify.motovaultpro.comhttps://motovaultpro.com/settings(not literal{{unsubscribeUrl}})List-UnsubscribeheaderAdd missing $ prefix to template literal expression so the year renders as "2026" instead of literal "{new Date().getFullYear()}". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>