chore: Update email FROM address and fix unsubscribe link #222
@@ -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>
|
<a href="https://motovaultpro.com/settings" style="${EMAIL_STYLES.footerLink}" target="_blank">Manage Email Preferences</a>
|
||||||
</p>
|
</p>
|
||||||
<p style="${EMAIL_STYLES.copyright}">
|
<p style="${EMAIL_STYLES.copyright}">
|
||||||
© {new Date().getFullYear()} MotoVaultPro. All rights reserved.
|
© ${new Date().getFullYear()} MotoVaultPro. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user