80059
比较严重而非常实用的功能bug
回帖数 8
阅读数 2684
发表时间 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 香草山 回帖
联系我们
联系人
杨苗/高级客户经理
电话(微信)
13165050229
QQ号码
2692096539
联系邮箱
yangmiao@chandao.com

相关帖子
很润居士 | 最后回帖 2022-03-23 16:43 禅道-李锡碧
田小宁 | 最后回帖 2018-08-03 18:18 石洋洋
glw | 最后回帖 2024-11-28 11:10 王林
李大善人李大恶人 | 最后回帖 2019-02-11 18:06 qq_5c60f1a2ecb96
美利坚混泥土拌饭 | 最后回帖 2024-07-04 17:56 禅道-丁卓
至今单身的葫芦 | 最后回帖 2024-08-16 15:28 禅道-李锡碧




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


