diff --git a/api/hooks/forms/post_return.js b/api/hooks/forms/post_return.js index 08b27e2..9c0413b 100644 --- a/api/hooks/forms/post_return.js +++ b/api/hooks/forms/post_return.js @@ -68,7 +68,7 @@ delete tempForm[undefined] context.smtp.sendMail({ to: "info@allkids-erfurt.de", - from: "mail@webmakers.de", + from: "info@allkids-erfurt.de", subject: "AllKids " + formTitle, html: context.tpl.execute(context.fs.readFile("templates/form_mail.html"), { context: context,