Saturday 2 June 2012

Unable to change vtiger CRM Outgoing Mail Server details

Unable to change vtiger CRM Outgoing Mail Server details
==========================================


It seems to be a bug with vtiger CRM. In  order to resolve this issue, we need to change the fields in the table "vtiger_systems" in the corresponding vtiger CRM Database. You can use the following sample MySQL query for that,

UPDATE vtiger_systems SET server_username='admin@domain.com', server_password='PaSsWord' WHERE server_port=0;

There is no need to change the serverport. Just leave it as 0 itself