HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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',
    ]

];