From aeef9a1b7c0c59ecca74316261e089c37b2ff2b2 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Thu, 27 Mar 2025 09:31:16 +0100 Subject: [PATCH] create html part 6 --- broker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker.ts b/broker.ts index 00acc93..3885fd9 100644 --- a/broker.ts +++ b/broker.ts @@ -38,7 +38,7 @@ async function sendEmail(content: string) { const info = await transporter.sendMail({ from: '"The Oracle" ', to: "Christopher.Hase@telekom.com;test@mailhog.local", - subject: "Your Horoscope Is Ready", + subject: "Your New Horoscope Is Ready", text: content, //html: "

${content}

" //html: html(content)