fix(structure): Unify structure even further

This commit is contained in:
2025-05-27 18:00:14 +00:00
parent 243a45d24c
commit 2aeb52bf13
10 changed files with 231 additions and 115 deletions

View File

@ -237,7 +237,7 @@ export class TemplateManager {
subject: template.subject,
text: template.bodyText || '',
html: template.bodyHtml,
to: '', // Will be set when sending
// Note: 'to' is intentionally omitted for templates
attachments,
variables: context || {}
};