bugfix/HOR-2820
This commit is contained in:
@@ -5216,11 +5216,12 @@ class Cases
|
||||
}
|
||||
$aConfiguration = ($aTaskInfo['TAS_EMAIL_SERVER_UID'] != '') ?
|
||||
$eServer->getEmailServer($aTaskInfo['TAS_EMAIL_SERVER_UID'], true) : $eServer->getEmailServerDefault();
|
||||
$aConfiguration['SMTPSecure'] = $aConfiguration['SMTPSECURE'];
|
||||
$msgError = '';
|
||||
if (empty($aConfiguration)) {
|
||||
$msgError = G::LoadTranslation('ID_THE_DEFAULT_CONFIGURATION');
|
||||
$aConfiguration['MESS_ENGINE'] = '';
|
||||
} else {
|
||||
$aConfiguration['SMTPSecure'] = $aConfiguration['SMTPSECURE'];
|
||||
}
|
||||
if ($aTaskInfo['TAS_NOT_EMAIL_FROM_FORMAT']) {
|
||||
$fromName = $aConfiguration['MESS_FROM_NAME'];
|
||||
|
||||
Reference in New Issue
Block a user