Fix broken email icon by updating old domain references to myhoneydue.com
The email icon URL was pointing to honeyDue.treytartt.com which now returns 404. Updated to api.myhoneydue.com along with BASE_URL, FROM_EMAIL, and CORS defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -141,11 +141,11 @@ func (s *EmailService) SendEmailWithEmbeddedImages(to, subject, htmlBody, textBo
|
||||
|
||||
// ──────────────────────────────────────────────────────────────────────────────
|
||||
// honeyDue "Warm Sage" Email Design System
|
||||
// Matching the web landing page: honeyDue.treytartt.com
|
||||
// Matching the web landing page: myhoneydue.com
|
||||
// ──────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
// emailIconURL is the URL for the email icon
|
||||
const emailIconURL = "https://honeyDue.treytartt.com/images/icon.png"
|
||||
const emailIconURL = "https://api.myhoneydue.com/images/icon.png"
|
||||
|
||||
// emailFontStack — Outfit via Google Fonts with progressive fallback
|
||||
const emailFontStack = "Outfit, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif"
|
||||
|
||||
Reference in New Issue
Block a user