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

相关帖子
李 | 最后回帖 2024-06-12 13:44 于涛
至今单身的葫芦 | 最后回帖 2024-08-16 15:28 禅道-李锡碧
王先生 | 最后回帖 2017-10-25 11:29 石洋洋
俊逸的烈马 | 最后回帖 2024-06-27 11:17 马超
jack | 最后回帖 2017-11-22 11:30 石洋洋
曹林 | 最后回帖 2019-06-26 18:03 禅道-李锡碧


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


