HI folks,
I have cases being created by email address automatically but was wondering if there is a way to capture the from email address in the case?
In sugarcrm ce it was possible to edit InboundEmail.php (/modules/inboundemail) function handleCreateCase($email, $userId) to copy address the from address by inserting the following ($c->email_c = $email->from_addr;) into the function, this does not appear to work in SuiteCRM.
Does it handle the case creation differently? And if so any idea where this would be?