diff --git a/public/logo.light.png b/public/logo.light.png new file mode 100644 index 0000000..17c64a2 Binary files /dev/null and b/public/logo.light.png differ diff --git a/server/components/mail/base.vue b/server/components/mail/base.vue index b7f1235..56537b5 100644 --- a/server/components/mail/base.vue +++ b/server/components/mail/base.vue @@ -2,7 +2,7 @@
- Logo + Logo d[any]
diff --git a/server/tasks/mail.ts b/server/tasks/mail.ts index a0926ba..4e2540c 100644 --- a/server/tasks/mail.ts +++ b/server/tasks/mail.ts @@ -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');