create html part 6
This commit is contained in:
parent
d646ba60c1
commit
aeef9a1b7c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue