51Testing软件测试论坛

标题: 请问在testlink中邮件服务器怎么配置?多谢! [打印本页]

作者: bestrick    时间: 2010-7-12 19:18
标题: 请问在testlink中邮件服务器怎么配置?多谢!
我是像如下配置的:
// SMTP server Configuration ("localhost" is enough in the most cases)
$g_smtp_host        = 'pop3.mycompany.com';  # SMTP server MUST BE configured  

# Configure using custom_config.inc.php
$g_tl_admin_email     = 'fanyang@mycompany.com'; # for problem/error notification
$g_from_email         = 'fanyang@mycompany.com';  # email sender
$g_return_path_email  = 'fanyang@mycompany.com';

# Urgent = 1, Not Urgent = 5, Disable = 0
// $g_mail_priority = 5;   

# Taken from mantis for phpmailer config
#define ("SMTP_SEND",2);
#$g_phpMailer_method = SMTP_SEND;

// Configure only if SMTP server requires authentication
$g_smtp_username    = 'bestrick@mycompany.com';  # user  
$g_smtp_password    = 'mypassword';  # password
//
作者: msnshow    时间: 2010-11-3 22:26
一般使用SMTP
作者: 千里    时间: 2010-11-10 18:05
已经很明确了,还有什么问题?
作者: lkelly52    时间: 2011-5-19 17:41
我配制的都没有问题,为什么还是报不能连上SMTP host?
作者: testgroup_nb    时间: 2011-9-14 15:46
我的也是不好用,奇怪,相反mantis也是用phpmailer,配置了马上就能用了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2