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

相关帖子
王雨 | 最后回帖 2025-01-02 17:26 孔令茂
牧青云 | 最后回帖 2024-04-26 10:16 禅道 - 闫敏
会芳 | 最后回帖 2019-12-23 17:21 王林
自信的熊猫 | 最后回帖 2025-10-28 08:37 禅道-王誉霖
lt | 最后回帖 2019-05-13 09:20 马超
Chrysalis | 最后回帖 2016-12-15 10:34 石洋洋



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


