From b5b654532c8f4a495d212289866c24c45e55f200 Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 1 Jun 2026 20:06:55 +0300 Subject: [PATCH] Fix HTML shell templates to use table-based layout (Outlook-safe) Replace div/CSS-class approach with nested table layout so the 600px container is enforced via HTML attributes, not a \n\n\n
\n
\n

MyAi.ro

\n
\n
\n", "Opening HTML wrapper for branded emails (blue header, white content area)" }, + values: new object[] { "email.html-shell.start", "*", "\n\n\n \n \n\n\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n

MyAi.ro

\n
\n", "Opening HTML wrapper for branded emails (blue header, white content area)" }, schema: MigrationConstants.SchemaName); // HTML email shell — closing tags (footer) migrationBuilder.InsertData( table: "Templates", columns: new[] { "Key", "Language", "Value", "Description" }, - values: new object[] { "email.html-shell.end", "*", " \n
\n

© 2026 MyAi.ro. All rights reserved.

\n
\n \n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" }, + values: new object[] { "email.html-shell.end", "*", "\n
\n

© 2026 MyAi.ro. All rights reserved.

\n
\n
\n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" }, schema: MigrationConstants.SchemaName); }