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

Merged
egullickson merged 3 commits from issue-221-update-email-from-and-unsubscribe into main 2026-02-19 02:54:28 +00:00
Showing only changes of commit 1dac6d342b - Show all commits

View File

@@ -68,7 +68,7 @@ export function renderEmailLayout(content: string): string {
<a href="https://motovaultpro.com/settings" style="${EMAIL_STYLES.footerLink}" target="_blank">Manage Email Preferences</a>
</p>
<p style="${EMAIL_STYLES.copyright}">
&copy; {new Date().getFullYear()} MotoVaultPro. All rights reserved.
&copy; ${new Date().getFullYear()} MotoVaultPro. All rights reserved.
</p>
</td>
</tr>