E-Mail

Konfiguration der E-Mail-Adresse für Benachrichtigungen

Daten von E-Mail-Account All-Inkl eintragen in .../config/autoload/local.php

'mail' => array(
        'type' => 'smtp', // or 'smtp' or 'smtp-tls'
        'address' => 'info@tcf-platzreservierung.de',
            // Make sure 'bookings.example.com' matches the hosting domain when using type 'sendmail'

        'host' => 'w0.......... .kasserver.com', // for 'smtp' type only, otherwise remove or leave as is
        'user' => 'm060........', // for 'smtp' type only, otherwise remove or leave as is
        'pw' => 'Passwort', // for 'smtp' type only, otherwise remove or leave as is

        'port' => '587', // for 'smtp' type only, otherwise remove or leave as is
        'auth' => 'login', // for 'smtp' type only, change this to 'login' if you have problems with SMTP authentication
    ),