php - Vtiger CRM 6.4.0 - 配置邮件管理器时的问题

标签 php mysql vtiger vtigercrm

我正在尝试使用“其他”邮件服务器在邮件管理器上设置一个帐户,但是当我单击“设置”菜单上的“保存”按钮时,似乎详细信息已保存但如果刷新页面,Vtiger 会问我重新配置邮箱。因此,我之前输入的详细信息尚未保存,数据库“vtiger_mail_account”表中的值为空。

我测试过的方法:

  1. 启用 php_imap 扩展
  2. 服务器 Imap 也已启用

我该如何解决? 非常感谢。

最佳答案

Currently I am using vtiger 6.5 and i have same issue. I solve this by changing following seetings in php.ini 1)enable php_imap extension 2)later on check PHP_SAPI and update this in Vtigercron.php which is in yourvtigerdir/vtigercron.php  here you see this line 42 
in this line you need to change PHP_SAPI which is your sapi according to your php interface.3)You can check your sapi by echo PHP_SAPI; or echo '<pre>',print_r(php_sapi_name()),exit;
4)After above changes, Change 
  a) select organization type :: other
  b) Male server ip :: (enter your ip or mailser details)
  c) user name :: user or this mail as your personal mailid
  d) password  :: enter your own password.
  e) protocol  :: IMAP2 or IMAP4 (check by changing protocol)
  f) SSL options :: At starting level Use NO TLS.
  g) Certification validation :: Validate cert.
  f) referesh time :: 5

关于php - Vtiger CRM 6.4.0 - 配置邮件管理器时的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39510457/

相关文章:

php - Mysql/Codeigniter - 加密/解密用户数据安全 - 最佳实践

java - 无法找到数据源,即使数据源是在 context.xml 中定义的

database - 非法请求错误,同时使用 IP :PORT on other computer 连接 vtiger crm

php - 如何用PHP将查询结果放入变量中

PHP上传路径中没有斜杠

mysql - 函数聚合 SELECT AVG (uh1, uh2, uh3, uh4, uh5) AS ruh FROM nilai 出了什么问题

mysql - Vtiger 报告生成失败! table 太多; MySQL 一次连接只能使用 61 个表

php - Vtiger 6.2 登录后显示空白页面

php - 如何使用 php 从 HTML 表单中读取非输入相关的文本?

php - 从 1000 到 2000 php mysql