Affected Apps / Packages
Portfolio (apps/portfolio), Server (apps/server)
Metadata
- Suggested Branch: task/change-support-email
- Suggested PR Title: [Fix]: Replace support email with info contact address
Description
The codebase references support@veriworkly.com for assistance and mail layout links. Since we do not maintain a support inbox, these emails will bounce. They should be replaced with info@veriworkly.com.
Steps to Reproduce
- Check email templates generated by the server.
- Check the FAQ sidebar on the templates page.
- Observe
support@veriworkly.com references.
Expected Behavior
All support links and text should point to info@veriworkly.com.
Environment Information
- OS: All (Windows, macOS, Linux)
- Browser: Chrome, Safari, Firefox
Relevant Logs
No response
Proposed Fix / Suggestions
Replace support@veriworkly.com with info@veriworkly.com in:
apps/server/src/mail/layout.ts
apps/server/src/mail/welcome.ts
apps/portfolio/features/faq/components/SupportSidebar.tsx (update label to "Contact Us" or similar)
Affected Apps / Packages
Portfolio (apps/portfolio), Server (apps/server)
Metadata
Description
The codebase references
support@veriworkly.comfor assistance and mail layout links. Since we do not maintain a support inbox, these emails will bounce. They should be replaced withinfo@veriworkly.com.Steps to Reproduce
support@veriworkly.comreferences.Expected Behavior
All support links and text should point to
info@veriworkly.com.Environment Information
Relevant Logs
No response
Proposed Fix / Suggestions
Replace
support@veriworkly.comwithinfo@veriworkly.comin:apps/server/src/mail/layout.tsapps/server/src/mail/welcome.tsapps/portfolio/features/faq/components/SupportSidebar.tsx(update label to "Contact Us" or similar)