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)