$g_phpMailer_method = 2;
$g_smtp_host = 'XXXXmail.XXXX.com';
$g_smtp_username = 'XXXXX';
$g_smtp_password = 'XXXX';
我把$g_smtp_host = 'XXXXmail.XXXX.com';修改为mail.XXX.com 或修改为'tls://mail.XXX.com:587';
或者添加:
$g_smtp_connection_mode = 'TLS';
$g_smtp_port = 587;
$g_enable_email_notification = ON;
做以上这些修改,都不能够从mantis正常接收mail!
请教各位大侠,有遇到此类情况的吗?给些意见!我在里先谢谢大家!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |