File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/config/komma/forms/config.php
<?php
$email = 'info@ijzerenman.nl';
return [
'sendTo' => $email,
'reservation' => [
'sendTo' => $email,
'emailTemplate' => 'reservation',
'subjectClient' => 'Bedankt voor uw reservering',
'subjectAdmin' => 'Reservering Strandhuys',
],
'callMeBack' => [
'sendTo' => $email,
'emailTemplate' => 'callMeBack',
'subjectClient' => 'Bedankt voor uw terugbelverzoek',
'subjectAdmin' => 'Terugbelverzoek',
],
'contact' => [
'sendTo' => $email,
'emailTemplate' => 'contact',
'subjectClient' => 'Bedankt voor uw bericht',
'subjectAdmin' => 'Contact',
],
'offer' => [
'sendTo' => $email,
'emailTemplate' => 'offer',
'subjectClient' => 'Bedankt voor uw offerte',
'subjectAdmin' => 'Offerte Strandpaviljoen',
]
];