fix: use proper reply to and sender addresses in forms
This commit is contained in:
@@ -9,11 +9,11 @@ finishers:
|
|||||||
-
|
-
|
||||||
options:
|
options:
|
||||||
subject: 'Bewerbung von {text-1}'
|
subject: 'Bewerbung von {text-1}'
|
||||||
recipientAddress: info@ep-reisen.de
|
recipientAddress: team@ep-reisen.de
|
||||||
recipientName: 'E&P Reisen'
|
recipientName: 'E&P Reisen'
|
||||||
senderAddress: '{text-6}'
|
senderAddress: [email protected]
|
||||||
senderName: '{text-1}'
|
senderName: '{text-1}'
|
||||||
replyToAddress: [email protected]
|
replyToAddress: '{text-6}'
|
||||||
carbonCopyAddress: ''
|
carbonCopyAddress: ''
|
||||||
blindCarbonCopyAddress: ''
|
blindCarbonCopyAddress: ''
|
||||||
format: html
|
format: html
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ finishers:
|
|||||||
subject: 'Kontaktanfrage von {firstName} {lastName}'
|
subject: 'Kontaktanfrage von {firstName} {lastName}'
|
||||||
recipientAddress: [email protected]
|
recipientAddress: [email protected]
|
||||||
recipientName: 'E&P Reisen'
|
recipientName: 'E&P Reisen'
|
||||||
senderAddress: '{email}'
|
senderAddress: [email protected]
|
||||||
senderName: '{firstName} {lastName}'
|
senderName: '{firstName} {lastName}'
|
||||||
replyToAddress: [email protected]
|
replyToAddress: '{email}'
|
||||||
carbonCopyAddress: ''
|
carbonCopyAddress: ''
|
||||||
blindCarbonCopyAddress: ''
|
blindCarbonCopyAddress: ''
|
||||||
format: html
|
format: html
|
||||||
|
|||||||
Reference in New Issue
Block a user