bugfree 郵件通知配置

bugfree 郵件通知配置php

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


array (
     'on' => '1',
     'from_address' => 'test@163.com',
     'from_name' => 'BugFree',
     'send_method' => 'SMTP',
     'send_params' =>
     array (
       'host' => 'smtp.163.com',
       'smtp_auth' => true,
       'username' => 'test',
       'password' => '123456',
     ),
   ),
相關文章
相關標籤/搜索