From d646ba60c1e7e7b0eaf59d71a394f52bb650f955 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Thu, 27 Mar 2025 09:29:55 +0100 Subject: [PATCH] create html part 5 --- broker.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broker.ts b/broker.ts index 1b5fd83..00acc93 100644 --- a/broker.ts +++ b/broker.ts @@ -41,7 +41,8 @@ async function sendEmail(content: string) { subject: "Your Horoscope Is Ready", text: content, //html: "

${content}

" - html: html(content) + //html: html(content) + html: content }); console.log("E-Mail sent: ", info.messageId);