fix: use proper reply to and sender addresses in forms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user