this bug 6018 was solved, there were some mistakes when you made to run the cron
This commit is contained in:
@@ -254,6 +254,9 @@ class spoolRun {
|
||||
$holdcc = array ();
|
||||
$holdbcc = array ();
|
||||
$text = trim($this->fileData['to']);
|
||||
|
||||
$textcc ='';
|
||||
$textbcc='';
|
||||
if( isset($this->fileData['cc']) && trim($this->fileData['cc']) != '' ) {
|
||||
$textcc = trim($this->fileData['cc']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user