vtiger CRM 安装问题总结

  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;

Leave a comment

Your comment