vtiger CRM 安装问题总结

On 2008年09月4日, in 默认分类, by snox
  1. IMAP webMail的设置
  2. webMail的中文正确显示

1. IMAP webMail的设置

以GMAIL为例

Mail Server Name or IP: imap. gmail. com
Mail Protocol: IMAP2
SSL Options: SSL
Certificate Validations: Do not validate

2. webMail的中文正确显示

修改 vtigercrm/modules/webmails/functions.php文件

在第一行新增
$charset = 'utf-8'
注释下面一行
global $charset;

 

发表评论

电子邮件地址不会被公开。 必填项已被标记为 *

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>