create html part 5
All checks were successful
ci / build (push) Successful in 1m6s

This commit is contained in:
Christopher Hase 2025-03-27 09:29:55 +01:00
parent b595747494
commit d646ba60c1

View file

@ -41,7 +41,8 @@ async function sendEmail(content: string) {
subject: "Your Horoscope Is Ready",
text: content,
//html: "<p> ${content} </p>"
html: html(content)
//html: html(content)
html: content
});
console.log("E-Mail sent: ", info.messageId);