[Vtigercrm-commits] [Vtiger development] #8548: MailScannerAction.php $lastname is being filled with subject line of email
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Apr 28 17:16:04 GMT 2015
#8548: MailScannerAction.php $lastname is being filled with subject line of email
------------------------+------------------------
Reporter: william.u | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.2.0
Severity: Medium | Keywords:
------------------------+------------------------
In the MailScannerAction.php approx line 205 the three functions Create
Ticket, Lead and Account action have this code in it.
$lastname = $mailrecord->_subject;
If the email that was parsed to create for example a ticket, the email
From: field is checked to see if a contact record exists for that
particular email obtained from the From: field of the email. If it does
not a contact is created but the Lastname field ends up with the contents
of the subject line of the email. I ended up commenting this out so that
$lastname ended up blank instead. I left it up to the support person to
update the contact with more details such as last/first name.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8548>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list