bugfree 邮件通知配置

vim /var/www/html/bugfree/protected/config/main.php


array (
     'on' => '1',
     'from_address' => '[email protected]',
     'from_name' => 'BugFree',
     'send_method' => 'SMTP',
     'send_params' =>
     array (
       'host' => 'smtp.163.com',
       'smtp_auth' => true,
       'username' => 'test',
       'password' => '123456',
     ),
   ),