vtiger CRM 安装问题总结
- IMAP webMail的设置
- 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;
九月 4th, 2008 in
默认分类