From 5555239fb3a8cde04643dda2df6eb53fd6e4f95e Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 11 Jan 2025 19:04:24 +0100 Subject: [PATCH] Cahnges in E-Mail Creation --- pages/email/new.vue | 56 ++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/pages/email/new.vue b/pages/email/new.vue index 390559d..76c997a 100644 --- a/pages/email/new.vue +++ b/pages/email/new.vue @@ -30,7 +30,7 @@ const setupPage = async () => { } else { emailData.value.account = emailAccounts.value[0].id - preloadedContent.value = `

${profileStore.activeProfile.emailSignature}` + preloadedContent.value = `

${profileStore.activeProfile.emailSignature || ""}` //Check Query if(route.query.to) emailData.value.to = route.query.to @@ -194,26 +194,39 @@ const sendEmail = async () => { /> - - - - + + + + + + + + + + + + @@ -248,6 +261,7 @@ const sendEmail = async () => {