[Vtigercrm-commits] [Vtiger development] #8297: Workflow Task send email does not work if mailserver does not need a authentication

Vtiger development vtiger-tickets at trac.vtiger.com
Wed Oct 15 11:44:34 GMT 2014


#8297: Workflow Task send email does not work if mailserver does not need a
authentication
-----------------------+-------------------------
 Reporter:  bwaibel    |       Owner:  developer
     Type:  defect     |      Status:  new
 Priority:  blocker    |   Milestone:  Unassigned
Component:  vtigercrm  |     Version:  6.1.0
 Severity:  Critical   |  Resolution:
 Keywords:             |
-----------------------+-------------------------

Comment (by bwaibel):

 The configured mailserver is (copied from screen, so using german
 language):

 * Server Name   exchange.is.intarsys.de:1025
 * Username
 * Passwort
 * von E-Mail
 * benötigt Authentifizierung    Keine

 that means:
 Only the server address is set (using an internal port 1025 instead of 25
 without tls and without ssl), no username set, no password set, no email-
 from set, and the checkbox "needs auth" is not checked. So i do not hide
 the password here, it is not set.

 We had a 5.4 server system, which we updated to 6.1.

 The vtiger_systems table is:
 * 1,id,vtigercrm,vtiger_systems,INT,binary,19,1,0
 * 2,server,vtigercrm,vtiger_systems,VARCHAR,utf8,100,28,0
 * 3,server_port,vtigercrm,vtiger_systems,INT,binary,19,1,0
 * 4,server_username,vtigercrm,vtiger_systems,VARCHAR,utf8,100,0,0
 * 5,server_password,vtigercrm,vtiger_systems,VARCHAR,utf8,100,0,0
 * 6,server_type,vtigercrm,vtiger_systems,VARCHAR,utf8,20,12,0
 * 7,smtp_auth,vtigercrm,vtiger_systems,VARCHAR,utf8,5,5,0
 * 8,server_path,vtigercrm,vtiger_systems,VARCHAR,utf8,256,35,0
 * 9,from_email_field,vtigercrm,vtiger_systems,VARCHAR,utf8,50,0,0
 Remark: The smtp_auth is of type VARCHAR, not boolean.

 The SQL entry is:
 * # id, server, server_port, server_username, server_password,
 server_type, smtp_auth, server_path, from_email_field
 * '2', 'exchange.is.intarsys.de:1025', '0', '', '', 'email', '0', NULL, ''
 Remark: The port is not set, cause it is not possible to set the port
 using the view.
 Remark: smtp_auth is '0'. This seems to mean 'false'.

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8297#comment:4>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list