\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 MyAi.ro\n | \n \n \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 \n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" },
+ values: new object[] { "email.html-shell.end", "*", "\n | \n \n \n | \n © 2026 MyAi.ro. All rights reserved. \n | \n \n \n | \n
\n
\n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" },
schema: MigrationConstants.SchemaName);
}