create html part 6

This commit is contained in:
Christopher Hase 2025-03-27 09:31:16 +01:00
parent d646ba60c1
commit aeef9a1b7c

View file

@ -38,7 +38,7 @@ async function sendEmail(content: string) {
const info = await transporter.sendMail({
from: '"The Oracle" <the.oracle@holy.mountain>',
to: "Christopher.Hase@telekom.com;test@mailhog.local",
subject: "Your Horoscope Is Ready",
subject: "Your New Horoscope Is Ready",
text: content,
//html: "<p> ${content} </p>"
//html: html(content)