您的位置:软件测试 > 开源软件测试 > 开源Bug管理工具 > Mantis
mantis邮件配置
作者:网络转载 发布时间:[ 2014/3/7 15:57:10 ] 推荐标签: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中修改项:
    [mail function]
    ; For Win32 only.
    SMTP = smtp.126.com
    ;smtp_port = 25

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

软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd