Edit this page

Native mail() Function

This adapter will simply use PHP's native mail() function. This can work if you know how to properly configure your server. On most systems, this option won't work or emails will end up in SPAM folder.

Configuration

return [
    'sendmail' => [
        'enabled' => true,
        'adapter_class' => '\Koldy\Mail\Adapter\Mail'
    ]
];

← Back To Mail