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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user