Improvement in send case notes and routing notifications related to bug 14273
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
2f67b30de9
commit
9995582e9f
@@ -977,7 +977,7 @@ class wsBase
|
||||
if (trim($aSetup["MESS_ACCOUNT"]) != "") {
|
||||
$sFrom = "\"" . stripslashes($sFrom) . "\" <" . $aSetup["MESS_ACCOUNT"] . ">";
|
||||
} else {
|
||||
if ($aSetup["MESS_ENGINE"] == "MAIL") {
|
||||
if ($aSetup["MESS_ENGINE"] == "MAIL" && $sFrom != '') {
|
||||
$sFrom = "\"" . stripslashes($sFrom) . "\"";
|
||||
} else {
|
||||
$sFrom = $sFrom . " <info@" . ((isset($_SERVER["HTTP_HOST"]) && $_SERVER["HTTP_HOST"] != "")? $_SERVER["HTTP_HOST"] : "processmaker.com") . ">";
|
||||
|
||||
Reference in New Issue
Block a user