diff --git a/src/email/templates/base.template.ts b/src/email/templates/base.template.ts index dc936cc..6aedb13 100644 --- a/src/email/templates/base.template.ts +++ b/src/email/templates/base.template.ts @@ -1,7 +1,26 @@ /** * Base HTML email template with RE-QuestN branding * All email templates use this as their foundation + * + * Using styled text logo for maximum email client compatibility */ + +function getLogo(): string { + // Styled text logo - works in ALL email clients (Gmail, Outlook, Apple Mail, etc.) + return ` + + + + + + + + + + + `; +} + export function getBaseTemplate(content: string): string { return `