Small fixes

This commit is contained in:
2024-11-26 16:38:58 +01:00
parent e83d8e802f
commit f22e63bd4d
3 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export default defineTask({
to: payload.to,
html: await render(template.component, payload.data),
subject: template.subject,
textEncoding: 'quoted-printable',
};
console.timeEnd('Generating HTML');