PHP code example of moose-kazan / email_user_notes

1. Go to this page and download the library: Download moose-kazan/email_user_notes 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/ */

    

moose-kazan / email_user_notes example snippets


$config['plugins'] = [
    'email_user_notes',
];

$config['message_show_email'] = true;