您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > Mantis
mantis郵件配置
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2014/3/7 15:57:10 ] 推薦標(biāo)簽:mantis 郵件配置

config_defaults_inc.php中添加:

    $g_administrator_email  ='yibaoopen@126.com';
    $g_webmaster_email      ='yibaoopen@126.com';
    # the "From: " field in emails
    $g_from_email           ='yibaoopen@126.com';
    # the return address for bounced mail
    $g_return_path_email    ='yibaoopen@126.com';


    $g_phpMailer_method = 2;
    $g_smtp_host = 'smtp.126.com';
    $g_smtp_username = 'yibaoopen';
    $g_smtp_password = '******';

config_inc.php中添加:

    $g_administrator_email  ='yibaoopen@126.com';
    $g_webmaster_email      ='yibaoopen@126.com';
    $g_from_email           ='yibaoopen@126.com';
    $g_return_path_email    ='yibaoopen@126.com';

php.ini中修改項(xiàng):
    [mail function]
    ; For Win32 only.
    SMTP = smtp.126.com
    ;smtp_port = 25

    ; For Win32 only.
    sendmail_from = yibaoopen@126.com

軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd