BUG 8438 8341 " $from parameter for the PMFSendMessage() function .." SOLVED

- Now the user can set from account for PMFSendMessage() function.
This commit is contained in:
Erik Amaru Ortiz
2012-02-14 10:32:48 -04:00
parent befd02ac54
commit ec9875d537
6 changed files with 87 additions and 69 deletions

View File

@@ -913,4 +913,14 @@ class System {
return $aChanges;
}
function getEmailConfiguration()
{
G::LoadClass('configuration');
$conf = new Configurations();
$config = $conf->load('Emails');
return $config;
}
}// end System class