From be956ce42fa4587f281bd5c806e5bbf4f0da30f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 14 Jan 2025 09:18:00 +0100 Subject: [PATCH] fix: use proper reply to and sender addresses in forms --- .../Resources/Private/Forms/ApplicationForm.form.yaml | 6 +++--- .../ep_theme/Resources/Private/Forms/ContactForm.form.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ApplicationForm.form.yaml b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ApplicationForm.form.yaml index 44a1d412..be73b78c 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ApplicationForm.form.yaml +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ApplicationForm.form.yaml @@ -9,11 +9,11 @@ finishers: - options: subject: 'Bewerbung von {text-1}' - recipientAddress: info@ep-reisen.de + recipientAddress: team@ep-reisen.de recipientName: 'E&P Reisen' - senderAddress: '{text-6}' + senderAddress: team@ep-reisen.de senderName: '{text-1}' - replyToAddress: team@ep-reisen.de + replyToAddress: '{text-6}' carbonCopyAddress: '' blindCarbonCopyAddress: '' format: html diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml index a37db651..a9394c68 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml @@ -15,9 +15,9 @@ finishers: subject: 'Kontaktanfrage von {firstName} {lastName}' recipientAddress: info@ep-reisen.de recipientName: 'E&P Reisen' - senderAddress: '{email}' + senderAddress: info@ep-reisen.de senderName: '{firstName} {lastName}' - replyToAddress: info@ep-reisen.de + replyToAddress: '{email}' carbonCopyAddress: '' blindCarbonCopyAddress: '' format: html