发送编辑错误时的bugzilla邮件格式

Kar*_*rma 4 perl bugzilla

我正在处理一些与邮件格式有关的事情.我们在最后安装了bugzilla.问题是,当我们尝试编辑Bug详细信息并提交相同时,发送给Outlook上的用户的邮件格式是完全格式化的.

任何人都可以提供任何提示,我们可以尝试更改邮件格式

Way*_*len 7

对于Bugzilla 4.2+,您需要查看\ template\en\default\email\bugmail*.tmpl文件

对于以前的版本,请查看\ template\en\default\email \newchangedmail.txt.tmpl

在所有情况下,Bugzilla都使用http://www.template-toolkit.org/作为模板引擎.

另见:http://www.bugzilla.org/docs/4.2/en/html/cust-templates.html