PHP code example of phuongdev89 / yii2-email-manager

1. Go to this page and download the library: Download phuongdev89/yii2-email-manager 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/ */

    

phuongdev89 / yii2-email-manager example snippets


php yii migrate --migrationPath=@vendor/phuongdev89/yii2-email-manager/src/migrations

php composer.phar 

    'controllerMap' => [
        'email' => '\phuongdev89\email\commands\EmailController',
    ],

    */5 * * * * php /your/site/path/yii email/start

http://backend.yourdomain.com/index.php?r=mailer
$xslt
Welcome {{fullname}},
Thanks for registered at {{url}}.
Your username: <b>{{username}}</b>
Your phone: <b>{{phone}}</b>