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