From 19208e00fe8d7b8bfd3685a716b75a9ca5a15863 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 20 Aug 2024 14:39:28 +0000 Subject: [PATCH] bugfix --- api/hooks/forms/post_return.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,