Added KPI for send mail

SVN:trunk[724]
This commit is contained in:
Romain Quetiez
2010-08-31 07:34:53 +00:00
parent b726430ba1
commit e75b6f8dbb

View File

@@ -277,7 +277,9 @@ class ActionEmail extends ActionNotification
}
else
{
$oKPI = new ExecutionKPI();
$this->m_aMailErrors = array_merge($this->m_aMailErrors, $oEmail->Send());
$oKPI->ComputeStats('Send mail', $sTo);
}
}
}