From d7c6662f1dfc2ed1c04a51de1ff0eabcb560a702 Mon Sep 17 00:00:00 2001 From: Gautam Raj Date: Sun, 13 Sep 2026 18:01:11 +0530 Subject: [PATCH] fix(mail): replace support email with info contact address across templates and support sidebar --- apps/portfolio/features/faq/components/SupportSidebar.tsx | 4 ++-- apps/server/src/mail/auth/welcome.ts | 2 +- apps/server/src/mail/billing/subscriptionCancelled.ts | 2 +- apps/server/src/mail/billing/subscriptionPurchased.ts | 2 +- apps/server/src/mail/shared/layout.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/portfolio/features/faq/components/SupportSidebar.tsx b/apps/portfolio/features/faq/components/SupportSidebar.tsx index cd7849a7..ff567bb6 100644 --- a/apps/portfolio/features/faq/components/SupportSidebar.tsx +++ b/apps/portfolio/features/faq/components/SupportSidebar.tsx @@ -15,12 +15,12 @@ const SupportSidebar = () => {
- Email Support + Contact Us
diff --git a/apps/server/src/mail/auth/welcome.ts b/apps/server/src/mail/auth/welcome.ts index 45c0fccd..3e17823b 100644 --- a/apps/server/src/mail/auth/welcome.ts +++ b/apps/server/src/mail/auth/welcome.ts @@ -102,7 +102,7 @@ export function renderWelcomeEmail(name: string, dashboardUrl: string): string {

- Need any assistance or have feedback? Drop us a line at contact@veriworkly.com. We read every email. + Need any assistance or have feedback? Drop us a line at info@veriworkly.com. We read every email.

`; diff --git a/apps/server/src/mail/billing/subscriptionCancelled.ts b/apps/server/src/mail/billing/subscriptionCancelled.ts index cb98f53b..845f906c 100644 --- a/apps/server/src/mail/billing/subscriptionCancelled.ts +++ b/apps/server/src/mail/billing/subscriptionCancelled.ts @@ -15,7 +15,7 @@ export function renderSubscriptionCancelledEmail(name: string): string {

- Changed your mind? You can resubscribe anytime from your billing settings. Questions? Reach us at contact@veriworkly.com. + Changed your mind? You can resubscribe anytime from your billing settings. Questions? Reach us at info@veriworkly.com.

`; diff --git a/apps/server/src/mail/billing/subscriptionPurchased.ts b/apps/server/src/mail/billing/subscriptionPurchased.ts index 0151aa4a..756f9d65 100644 --- a/apps/server/src/mail/billing/subscriptionPurchased.ts +++ b/apps/server/src/mail/billing/subscriptionPurchased.ts @@ -23,7 +23,7 @@ export function renderSubscriptionPurchasedEmail(name: string, planName: string)

- Manage your subscription anytime from your billing settings. Questions? Reach us at contact@veriworkly.com. + Manage your subscription anytime from your billing settings. Questions? Reach us at info@veriworkly.com.

`; diff --git a/apps/server/src/mail/shared/layout.ts b/apps/server/src/mail/shared/layout.ts index 19cdb41c..29709cb7 100644 --- a/apps/server/src/mail/shared/layout.ts +++ b/apps/server/src/mail/shared/layout.ts @@ -90,7 +90,7 @@ export function getBaseLayout({ title, preheader, bodyHtml }: MailLayoutOptions)
Docs - Support + Contact Us