bugfix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 36s

This commit is contained in:
Robin Grenzdörfer 2024-08-20 14:39:28 +00:00
parent 527285a487
commit 19208e00fe

View File

@ -68,7 +68,7 @@
delete tempForm[undefined] delete tempForm[undefined]
context.smtp.sendMail({ context.smtp.sendMail({
to: "info@allkids-erfurt.de", to: "info@allkids-erfurt.de",
from: "mail@webmakers.de", from: "info@allkids-erfurt.de",
subject: "AllKids " + formTitle, subject: "AllKids " + formTitle,
html: context.tpl.execute(context.fs.readFile("templates/form_mail.html"), { html: context.tpl.execute(context.fs.readFile("templates/form_mail.html"), {
context: context, context: context,