80059
比较严重而非常实用的功能bug
回帖数 8
阅读数 2445
发表时间 2011-03-23 14:46:22
敏捷开发。
产品团队提交一个需求,如何及时通知到项目团队呢?
就禅道而言,自动向相关人员发生一个邮件无疑是一个不错的选择。绝大部分都有实时工具监控自己的邮件账户,可以在1-30秒时间就知道有相关需求发生。如果还需要人工通知一下,那就大打折扣了。
惊喜的是:禅道有这个配置功能
沮丧的是:按照配置,结果不能正常使用(无论是STMP,还是GMAIL,都是不行)难道是配置上产生了错误。
希望禅道能进一步完善,我们将持续关注。
产品团队提交一个需求,如何及时通知到项目团队呢?
就禅道而言,自动向相关人员发生一个邮件无疑是一个不错的选择。绝大部分都有实时工具监控自己的邮件账户,可以在1-30秒时间就知道有相关需求发生。如果还需要人工通知一下,那就大打折扣了。
惊喜的是:禅道有这个配置功能
沮丧的是:按照配置,结果不能正常使用(无论是STMP,还是GMAIL,都是不行)难道是配置上产生了错误。
希望禅道能进一步完善,我们将持续关注。
8个回复
<?php
$config->mail->turnon = true; // trun on email feature or not.
$config->mail->fromAddress = 'zentao@tiexue.com'; // The from address.
$config->mail->fromName = 'zentao'; // The from name.
$config->mail->mta = 'gmail'; // phpmail|sendmail|smtp|gmail
/* SMTP settings. */
if($config->mail->mta == 'smtp')
{
$config->mail->smtp->debug = 0; // Debug level, 0,1,2.
$config->mail->smtp->auth = false; // Need auth or not.
$config->mail->smtp->host = '192.168.0.104'; // The smtp server host address.
$config->mail->smtp->port = '25'; // The smtp server host port.
$config->mail->smtp->username = ''; // The smtp user, may be a full email adress.
$config->mail->smtp->password = ''; // The smtp user's password.
}
/* Gmail setting. */
elseif($config->mail->mta == 'gmail')
{
$config->mail->gmail->debug = 2; // Debug level, 0,1,2.
$config->mail->gmail->username = 'zentao@tiexue.com'; // GMAIL username
$config->mail->gmail->password = 'xxxxxx'; // GMAIL password
}
请看看代码,哪里配置错误了。
$config->mail->turnon = true; // trun on email feature or not.
$config->mail->fromAddress = 'zentao@tiexue.com'; // The from address.
$config->mail->fromName = 'zentao'; // The from name.
$config->mail->mta = 'gmail'; // phpmail|sendmail|smtp|gmail
/* SMTP settings. */
if($config->mail->mta == 'smtp')
{
$config->mail->smtp->debug = 0; // Debug level, 0,1,2.
$config->mail->smtp->auth = false; // Need auth or not.
$config->mail->smtp->host = '192.168.0.104'; // The smtp server host address.
$config->mail->smtp->port = '25'; // The smtp server host port.
$config->mail->smtp->username = ''; // The smtp user, may be a full email adress.
$config->mail->smtp->password = ''; // The smtp user's password.
}
/* Gmail setting. */
elseif($config->mail->mta == 'gmail')
{
$config->mail->gmail->debug = 2; // Debug level, 0,1,2.
$config->mail->gmail->username = 'zentao@tiexue.com'; // GMAIL username
$config->mail->gmail->password = 'xxxxxx'; // GMAIL password
}
请看看代码,哪里配置错误了。
2011-03-23 15:08:38 香草山 回帖
联系我们
联系人
高丽亚/高级客户经理
电话(微信)
17667930330
QQ号码
3645260865
联系邮箱
gaoliya@chandao.com

相关帖子
李露露 | 最后回帖 2019-11-29 15:27 禅道-李锡碧
大熊 | 最后回帖 2017-04-17 09:56 王春生
玩滑板的镜子 | 最后回帖 2024-06-28 09:34 马超
王怿忻 | 最后回帖 2024-12-25 08:36 王春生
winta | 最后回帖 2016-07-19 13:25 石洋洋



精品资料包
1V1产品演示
免费试用增强功能
专属顾问答疑支持


