1. Go to this page and download the library: Download lakm/contact library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lakm / contact example snippets
return [
// ['admin', 'super_admin'],
// you can change email contain column below
'email_column' => 'email',
// you can change name contain column below
'name_column' => 'name',
/*
list of emails if
need to send particular users
*/
'users' => [
//'[email protected]' => 'name'
]
];