fix: use proper reply to and sender addresses in forms

This commit is contained in:
Björn Fromme
2025-01-14 09:18:00 +01:00
parent c7a964b24b
commit be956ce42f
2 changed files with 5 additions and 5 deletions
@@ -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: [email protected]
senderName: '{text-1}'
replyToAddress: [email protected]
replyToAddress: '{text-6}'
carbonCopyAddress: ''
blindCarbonCopyAddress: ''
format: html
@@ -15,9 +15,9 @@ finishers:
subject: 'Kontaktanfrage von {firstName} {lastName}'
recipientAddress: [email protected]
recipientName: 'E&P Reisen'
senderAddress: '{email}'
senderAddress: [email protected]
senderName: '{firstName} {lastName}'
replyToAddress: [email protected]
replyToAddress: '{email}'
carbonCopyAddress: ''
blindCarbonCopyAddress: ''
format: html