BUG 3910 Attachments to email messages

added attachment option, at least one or more  attachment file
This commit is contained in:
Carlos Pacha
2011-08-17 10:41:06 -04:00
parent 67d8a149cc
commit 853bd5be48
4 changed files with 8 additions and 5 deletions

View File

@@ -773,7 +773,7 @@ function getEmailConfiguration () {
*
*/
//@param array | $aFields=array() | An associative array optional | Optional parameter. An associative array where the keys are the variable name and the values are the variable's value.
function PMFSendMessage($caseId, $sFrom, $sTo, $sCc, $sBcc, $sSubject, $sTemplate, $aFields = array(), $sAttachment) {
function PMFSendMessage($caseId, $sFrom, $sTo, $sCc, $sBcc, $sSubject, $sTemplate, $aFields = array(), $sAttachment = array()) {
G::LoadClass('wsBase');
$ws = new wsBase ();